mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #2390 from darkengine-io/new-qt
More miscellaneous Qt fixes
This commit is contained in:
commit
f706518dc0
3 changed files with 32 additions and 7 deletions
|
@ -58,11 +58,13 @@ private slots:
|
|||
void OnOpenGitHub();
|
||||
void OnOpenSystemInfo();
|
||||
void OnOpenAbout();
|
||||
void OnOpenAboutQt();
|
||||
|
||||
// Misc.
|
||||
void UpdateIcons();
|
||||
|
||||
private:
|
||||
void closeEvent(QCloseEvent* ce);
|
||||
std::unique_ptr<Ui::DMainWindow> m_ui;
|
||||
DGameTracker* m_game_tracker;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue