summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-10 13:40:39 +0200
committerSimon Rettberg2018-09-10 13:40:39 +0200
commit00810fccc19c2becaf07e3275aa5b7f5f18a6437 (patch)
tree44947177cd6ba4e240427ca8fc243169bde941d8 /src/widget.h
parentFix compilation of xx.cpp (diff)
downloadbeamergui-00810fccc19c2becaf07e3275aa5b7f5f18a6437.tar.gz
beamergui-00810fccc19c2becaf07e3275aa5b7f5f18a6437.tar.xz
beamergui-00810fccc19c2becaf07e3275aa5b7f5f18a6437.zip
Change popup logic yet again
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);