summaryrefslogtreecommitdiffstats
path: root/src/client/util/util.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/util/util.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/util/util.h')
-rw-r--r--src/client/util/util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/util/util.h b/src/client/util/util.h
index 1c91d56..89b19f4 100644
--- a/src/client/util/util.h
+++ b/src/client/util/util.h
@@ -1,14 +1,6 @@
#ifndef UTIL_H_
#define UTIL_H_
-// Helper for getting a settings object in various places, so if you ever change the organization, location,
-// file format or anything, you won't have to edit in 100 places.
-// Use like this:
-// USER_SETTINGS(settings)
-// settings.value("somekey")
-
-#define SYSTEM_SETTINGS(name) QSettings name (QSettings::IniFormat, QSettings::SystemScope, "openslx/pvs2", "pvs2")
-
#include <QDir>
#include <QTextStream>