Started reworking the instance system.

This commit is contained in:
Andrew
2013-02-14 22:40:00 -06:00
parent fe452e3ac9
commit 4b1680f242
14 changed files with 533 additions and 195 deletions

View File

@@ -13,8 +13,8 @@
* limitations under the License.
*/
#ifndef INSTANCELIST_H
#define INSTANCELIST_H
#ifndef INSTANCEMODEL_H
#define INSTANCEMODEL_H
#include <QList>
#include <QMap>
@@ -134,4 +134,4 @@ private:
InstanceGroup * implicitGroup;
};
#endif // INSTANCELIST_H
#endif // INSTANCEMODEL_H