#include "countryregister.h" #include "countryregistergrid.h" CountryRegister::CountryRegister() { } void CountryRegister::initServiceUi() { m_service = new Service(); m_ui = new CountryRegisterGrid(); } bool CountryRegister::showIcon() { return false; }