mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Qt: Add Refresh button
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
signals:
|
||||
void OpenPressed();
|
||||
void RefreshPressed();
|
||||
void PlayPressed();
|
||||
void PausePressed();
|
||||
void StopPressed();
|
||||
@ -49,6 +50,7 @@ private:
|
||||
void UpdatePausePlayButtonState(bool playing_state);
|
||||
|
||||
QAction* m_open_action;
|
||||
QAction* m_refresh_action;
|
||||
QAction* m_pause_play_action;
|
||||
QAction* m_stop_action;
|
||||
QAction* m_fullscreen_action;
|
||||
|
Reference in New Issue
Block a user