summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h
index a91b556..2dc604c 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -22,6 +22,7 @@ public:
protected:
virtual void showEvent(QShowEvent *event) override;
+ virtual void hideEvent(QHideEvent *event) override;
private slots:
void comboBold(int index);