From 253067c782955380bbf66ac0475dc954375b1ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 17 Aug 2013 13:40:51 +0200 Subject: Move all the things (YES. Move them.) Also, implemented some basic modlist logic, to be wired up. --- logic/BaseInstance_p.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 logic/BaseInstance_p.h (limited to 'logic/BaseInstance_p.h') diff --git a/logic/BaseInstance_p.h b/logic/BaseInstance_p.h new file mode 100644 index 00000000..a30916a4 --- /dev/null +++ b/logic/BaseInstance_p.h @@ -0,0 +1,14 @@ +#pragma once +#include +#include + +class BaseInstance; + +#define I_D(Class) Class##Private * const d = (Class##Private * const) inst_d.data() + +struct BaseInstancePrivate +{ + QString m_rootDir; + QString m_group; + SettingsObject *m_settings; +}; \ No newline at end of file -- cgit v1.2.3