summaryrefslogtreecommitdiffstats
path: root/backend/BaseInstance_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/BaseInstance_p.h')
-rw-r--r--backend/BaseInstance_p.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/backend/BaseInstance_p.h b/backend/BaseInstance_p.h
deleted file mode 100644
index a30916a4..00000000
--- a/backend/BaseInstance_p.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-#include <QString>
-#include <settingsobject.h>
-
-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