mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Fixes to the About dialog & add the SystemInfo dialog.
Also fix the build on Mac OS X.
This commit is contained in:
parent
51700a2b68
commit
69cd8229d8
13 changed files with 296 additions and 67 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue