From 08ba648a4f59d7eb8aa1315a513bb2d4fe645cba Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 10 Oct 2016 18:39:32 +0200 Subject: [client] Get rid of SYSTEM_SETTINGS macro, move to ClientApp --- src/client/util/util.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/client/util') 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 #include -- cgit v1.2.3-55-g7522