mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Qt: Add Refresh button
This commit is contained in:
parent
5f29e891d3
commit
4415417deb
7 changed files with 26 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue