summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 5c3af17..cc7f50e 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -47,6 +47,7 @@ class Dialog : public QDialog {
void mousePressEvent(QMouseEvent *event);
bool eventFilter(QObject *target, QEvent *event);
void keyPressEvent(QKeyEvent * e);
+ void showEvent(QShowEvent * e) override;
private: // Private vars n methods
Ui::Dialog *ui;