#ifndef ITEMCREATOR_H #define ITEMCREATOR_H #include class ItemCreator : public QObject { Q_OBJECT public: explicit ItemCreator(QObject *parent = 0); }; #endif // ITEMCREATOR_H