summaryrefslogtreecommitdiffstats
path: root/src/userconfig.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-03 16:57:03 +0200
committerSimon Rettberg2019-06-03 16:57:03 +0200
commit5490d1acbde7014ec0f3d2255984bff49e5af079 (patch)
treed6eb65a70a00a4926ac52636ad225c88b6f1786d /src/userconfig.h
parentRemove debug spam (diff)
downloadvmchooser2-5490d1acbde7014ec0f3d2255984bff49e5af079.tar.gz
vmchooser2-5490d1acbde7014ec0f3d2255984bff49e5af079.tar.xz
vmchooser2-5490d1acbde7014ec0f3d2255984bff49e5af079.zip
Remember whether help/news was open
Diffstat (limited to 'src/userconfig.h')
-rw-r--r--src/userconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userconfig.h b/src/userconfig.h
index 7f27e1b..213c4c2 100644
--- a/src/userconfig.h
+++ b/src/userconfig.h
@@ -9,9 +9,11 @@ public:
static QStringList getLastSessions();
static int getLastTab();
static uint getLastNewsTime();
+ static bool isNewsHelpOpen();
static void addLastSession(QString nameOrId);
static void setLastTab(int tab);
static void setLastNewsTime(uint t);
+ static void setNewsHelpOpen(bool b);
private:
UserConfig() {}