#include "shop.h" #include #include "shopform.h" Shop::Shop() { } void Shop::initServiceUi() { m_ui = new ShopForm(); } QIcon Shop::pluginIcon() { return QIcon(); }