mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 21:37:59 -05:00
Connect numerous QPushButtons to use clicked signal instead of pressed. This unifies UI behaviour more.
This commit is contained in:
@@ -45,9 +45,9 @@ private:
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
|
||||
void OnCodeAddPressed();
|
||||
void OnCodeEditPressed();
|
||||
void OnCodeRemovePressed();
|
||||
void OnCodeAddClicked();
|
||||
void OnCodeEditClicked();
|
||||
void OnCodeRemoveClicked();
|
||||
|
||||
void OnListReordered();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user