summaryrefslogtreecommitdiffstats
path: root/src/client/clientapp/clientapp.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-10-10 18:39:32 +0200
committerSimon Rettberg2016-10-10 18:39:32 +0200
commit08ba648a4f59d7eb8aa1315a513bb2d4fe645cba (patch)
treededf277c7f4eed5bdf2800a2c86cedb4e16cfefc /src/client/clientapp/clientapp.h
parent[server] Fix parsing of command line arguments, init class members of ServerApp (diff)
downloadpvs2-08ba648a4f59d7eb8aa1315a513bb2d4fe645cba.tar.gz
pvs2-08ba648a4f59d7eb8aa1315a513bb2d4fe645cba.tar.xz
pvs2-08ba648a4f59d7eb8aa1315a513bb2d4fe645cba.zip
[client] Get rid of SYSTEM_SETTINGS macro, move to ClientApp
Diffstat (limited to 'src/client/clientapp/clientapp.h')
-rw-r--r--src/client/clientapp/clientapp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/clientapp/clientapp.h b/src/client/clientapp/clientapp.h
index e7e6e57..0569305 100644
--- a/src/client/clientapp/clientapp.h
+++ b/src/client/clientapp/clientapp.h
@@ -28,6 +28,7 @@ private:
QString _sessionName; /* only set when _connectionMode == Session */
Toolbar* _toolbar;
QStringList _arguments;
+ QString _iniPath;
QStringList parseParameters();
@@ -38,4 +39,6 @@ public:
bool isExamMode() const { return _examMode; };
virtual QStringList arguments();
+
+ QSharedPointer<QSettings> getSettings();
};