X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fgui%2FDictManagerWidget.h;h=15befcb53ad63bf74b2539c4d4f08ee4a6c8adf7;hb=6245abe2e56ba506f526ef5e318d1f0fcb1571ce;hp=3e7e4d76128839aa0ccff125beeff267e7431f0c;hpb=2e061e2df0f372f91a25be1958abe7b0a72b2f69;p=mdictionary diff --git a/src/mdictionary/gui/DictManagerWidget.h b/src/mdictionary/gui/DictManagerWidget.h index 3e7e4d7..15befcb 100644 --- a/src/mdictionary/gui/DictManagerWidget.h +++ b/src/mdictionary/gui/DictManagerWidget.h @@ -32,6 +32,9 @@ #include #include "../../include/GUIInterface.h" #include "MenuWidget.h" +#include "DictManagerModel.h" +#include +#include /*! @@ -119,6 +122,12 @@ private: QHash dictsHash; GUIInterface* guiInterface; + #ifndef Q_WS_MAEMO_5 + QDeclarativeView* qmlView; + QDeclarativeContext* ctxt; + DictManagerModel* model; + #endif + bool _changed; void refreshDictsList();