Added InstanceLoader and InstanceType headers.

This commit is contained in:
Andrew
2013-02-18 14:50:11 -06:00
parent 56480c6fe4
commit 15c7efffa1
7 changed files with 225 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include "instance.h"
Instance::Instance(QObject *parent) :
Instance::Instance(const QString &rootDir, QObject *parent) :
SettingsBase(parent)
{
}