aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-03-21 14:17:18 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-03-21 14:17:18 +0100
commit6c3a4e1bdbedc0d96c3693c9deddc29db3c208b2 (patch)
treeade23f98676da51a815e7f693134f67979167027 /src/settings.h
parentDockable DownloadsWidget (diff)
downloadsmolbote-6c3a4e1bdbedc0d96c3693c9deddc29db3c208b2.tar.xz
Profile saving and loading
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 54a3917..32eb4b4 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -42,6 +42,7 @@ private:
QString path;
QString homeLocation;
QString settingsLocation;
+ QString cacheLocation;
};
#endif // SETTINGS_H