summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConfigBase.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigBase.hpp b/ConfigBase.hpp
index a31e66b..d1e0ef5 100644
--- a/ConfigBase.hpp
+++ b/ConfigBase.hpp
@@ -42,6 +42,8 @@ public:
static QString getStringValue(Type val);
};
+using ConfigValues = QMap<QString, ConfigValueBase*>;
+
template<typename Type, typename = void>
class ConfigValue : public ConfigValueBase {
public: