#ifndef DEFINEMODEL_H #define DEFINEMODEL_H // specify the name of your Model class here class DummyItemModel; namespace AMKgl { // specify your Model class here typedef DummyItemModel ItemModel; } #endif // DEFINEMODEL_H