mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Merge pull request #2390 from darkengine-io/new-qt
More miscellaneous Qt fixes
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user