summaryrefslogtreecommitdiffstats
path: root/backend/OneSixInstance_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/OneSixInstance_p.h')
-rw-r--r--backend/OneSixInstance_p.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/OneSixInstance_p.h b/backend/OneSixInstance_p.h
new file mode 100644
index 00000000..5bd60155
--- /dev/null
+++ b/backend/OneSixInstance_p.h
@@ -0,0 +1,8 @@
+#pragma once
+#include <QString>
+#include <settingsobject.h>
+#include "BaseInstance_p.h"
+
+struct OneSixInstancePrivate: public BaseInstancePrivate
+{
+}; \ No newline at end of file