sneedmc/backend/LegacyInstance_p.h

10 lines
171 B
C
Raw Normal View History

2013-08-03 13:57:33 +00:00
#pragma once
#include <QString>
#include <settingsobject.h>
#include "BaseInstance_p.h"
class BaseInstance;
struct LegacyInstancePrivate: public BaseInstancePrivate
{
};