mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
SystemInfo: various cleanup.
* Rename the copy slot to match naming convention elsewhere * Remove the Mac 10.7/10.8 detection as we don't support it now
This commit is contained in:
@ -21,7 +21,7 @@ public:
|
||||
~DSystemInfo();
|
||||
|
||||
private slots:
|
||||
void btnCopy_pressed();
|
||||
void CopyPressed();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::DSystemInfo> m_ui;
|
||||
|
Reference in New Issue
Block a user