#include "ishopitem.h" QX_REGISTER_CPP_SHOP(IShopItem) namespace qx { template<> void register_class(QxClass &) { } } IShopItem::IShopItem(QObject *parent) : QObject(parent) { }