aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 21:45:41 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 21:45:41 +0200
commitcbc17bd39f4ef245183e5a54509ff3fbd4125ca6 (patch)
treebf35bd5f6a64a22fe002316d0d311a3b5f4107ab /mainwindow.hpp
parenteb283439a68dfb70a075205859d891dca831626b (diff)
downloadkristall-cbc17bd39f4ef245183e5a54509ff3fbd4125ca6.tar.gz
Fixes bug in outline generation, adds application icon to mainwindow, adds more README, adds save settings on closing settings dialog.
Diffstat (limited to 'mainwindow.hpp')
-rw-r--r--mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.hpp b/mainwindow.hpp
index 2e5d954..648f643 100644
--- a/mainwindow.hpp
+++ b/mainwindow.hpp
@@ -28,6 +28,8 @@ public:
void setUrlPreview(QUrl const & url);
+ void saveSettings();
+
public:
FavouriteCollection favourites;