#ifndef QTMVVM_SERVICEREGISTRY_P_H #define QTMVVM_SERVICEREGISTRY_P_H #include "qtmvvmcore_global.h" #include "serviceregistry.h" namespace QtMvvm { class ServiceRegistryPrivate { public: ServiceRegistryPrivate(); }; } #endif // QTMVVM_SERVICEREGISTRY_P_H