mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Qt: Fix log / log config window not being marked as hidden when closing
This commit is contained in:
parent
d1abd71ccb
commit
0b43e1bcf4
4 changed files with 18 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include "Common/Logging/LogManager.h"
|
||||
|
||||
class QCheckBox;
|
||||
class QCloseEvent;
|
||||
class QComboBox;
|
||||
class QPushButton;
|
||||
class QVBoxLayout;
|
||||
|
@ -25,6 +26,9 @@ public:
|
|||
explicit LogWidget(QWidget* parent = nullptr);
|
||||
~LogWidget();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
|
||||
private:
|
||||
void UpdateLog();
|
||||
void UpdateFont();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue