mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
Refresh debug controller settings
This commit is contained in:
parent
d6a0975e5d
commit
160341fcf8
4 changed files with 18 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
|||
class QAction;
|
||||
class QHideEvent;
|
||||
class QShowEvent;
|
||||
class PlayerControlPreview;
|
||||
|
||||
class ControllerDialog : public QWidget {
|
||||
Q_OBJECT
|
||||
|
@ -18,6 +19,7 @@ public:
|
|||
|
||||
/// Returns a QAction that can be used to toggle visibility of this dialog.
|
||||
QAction* toggleViewAction();
|
||||
void refreshConfiguration();
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* ev) override;
|
||||
|
@ -25,4 +27,5 @@ protected:
|
|||
|
||||
private:
|
||||
QAction* toggle_view_action = nullptr;
|
||||
PlayerControlPreview* widget;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue