mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Fix log / log config window not being marked as hidden when closing
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include <QDockWidget>
|
||||
|
||||
class QCheckBox;
|
||||
class QCloseEvent;
|
||||
class QListWidget;
|
||||
class QPushButton;
|
||||
class QRadioButton;
|
||||
@ -19,6 +20,9 @@ public:
|
||||
explicit LogConfigWidget(QWidget* parent = nullptr);
|
||||
~LogConfigWidget();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
|
Reference in New Issue
Block a user