Implemented Instance

This commit is contained in:
Andrew
2013-02-18 16:58:53 -06:00
parent d3c4db8f34
commit 80cd8b33aa
3 changed files with 38 additions and 3 deletions

View File

@@ -17,9 +17,10 @@
#include "instancetype.h"
InstanceLoader::InstanceLoader(QObject *parent) :
QObject(parent)
InstanceLoader::InstanceLoader() :
QObject(NULL)
{
}