mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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