summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index 10695b7..a000784 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -45,8 +45,8 @@ public slots:
void updateFileName();
void refreshTikz();
protected:
- void closeEvent(QCloseEvent *event);
- void changeEvent(QEvent *event);
+ void closeEvent(QCloseEvent *event) override;
+ void changeEvent(QEvent *event) override;
private:
TikzScene *_tikzScene;