summaryrefslogtreecommitdiff
path: root/stylepalette.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
commit09c331761648541de907c866c56fb6084c6f7a9b (patch)
tree8e5a11c282255a0e5248c8a6093e362aa136861f /stylepalette.h
parent768e097abd17d07dd2748894b4dc1b09471dd6da (diff)
added support for changing edge mode, and started working on windows support
Diffstat (limited to 'stylepalette.h')
-rw-r--r--stylepalette.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stylepalette.h b/stylepalette.h
index 99afe51..b5c16f1 100644
--- a/stylepalette.h
+++ b/stylepalette.h
@@ -20,6 +20,9 @@ public slots:
private:
Ui::StylePalette *ui;
+
+protected:
+ void closeEvent(QCloseEvent *event) override;
};
#endif // STYLEPALETTE_H