mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixes to the About dialog & add the SystemInfo dialog.
Also fix the build on Mac OS X.
This commit is contained in:
@ -26,8 +26,9 @@ private slots:
|
||||
void on_actWebsite_triggered();
|
||||
void on_actOnlineDocs_triggered();
|
||||
void on_actGitHub_triggered();
|
||||
void on_actSystemInfo_triggered();
|
||||
void on_actAbout_triggered();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::DMainWindow> ui;
|
||||
std::unique_ptr<Ui::DMainWindow> m_ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user