mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Make use of the C++11 signal/slot connection syntax.
Also use lambdas over one-line functions in some cases.
This commit is contained in:
@ -43,7 +43,6 @@ private slots:
|
||||
void OnCoreStateChanged(Core::EState state);
|
||||
|
||||
// Main toolbar
|
||||
void OnOpen();
|
||||
void OnBrowse();
|
||||
void OnExit();
|
||||
void OnPlay();
|
||||
@ -52,14 +51,6 @@ private slots:
|
||||
// View menu
|
||||
void OnGameListStyleChanged();
|
||||
|
||||
// Help menu
|
||||
void OnOpenWebsite();
|
||||
void OnOpenDocs();
|
||||
void OnOpenGitHub();
|
||||
void OnOpenSystemInfo();
|
||||
void OnOpenAbout();
|
||||
void OnOpenAboutQt();
|
||||
|
||||
// Misc.
|
||||
void UpdateIcons();
|
||||
|
||||
|
Reference in New Issue
Block a user