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:
Augustin Cavalier
2014-11-26 15:40:38 -05:00
parent 59c4ccfa75
commit 74291017e5
2 changed files with 3 additions and 5 deletions

View File

@ -21,7 +21,7 @@ public:
~DSystemInfo();
private slots:
void btnCopy_pressed();
void CopyPressed();
private:
std::unique_ptr<Ui::DSystemInfo> m_ui;