#ifndef QTMVVM_WIDGETSPRESENTER_P_H #define QTMVVM_WIDGETSPRESENTER_P_H #include #include #include "qtmvvmwidgets_global.h" #include "widgetspresenter.h" namespace QtMvvm { class WidgetsPresenterPrivate { public: WidgetsPresenterPrivate(); static WidgetsPresenter *currentPresenter(); QScopedPointer inputViewFactory; QSet implicitMappings; QHash explicitMappings; }; } #endif // QTMVVM_WIDGETSPRESENTER_P_H