diff options
Diffstat (limited to 'backend/LegacyInstance_p.h')
-rw-r--r-- | backend/LegacyInstance_p.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/LegacyInstance_p.h b/backend/LegacyInstance_p.h new file mode 100644 index 00000000..ac367e20 --- /dev/null +++ b/backend/LegacyInstance_p.h @@ -0,0 +1,10 @@ +#pragma once +#include <QString> +#include <settingsobject.h> +#include "BaseInstance_p.h" + +class BaseInstance; + +struct LegacyInstancePrivate: public BaseInstancePrivate +{ +};
\ No newline at end of file |