diff options
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 72e9730b..5fc4eb27 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -46,6 +46,7 @@ | |||
46 | #include "viewhighlighter.h" | 46 | #include "viewhighlighter.h" |
47 | #include "file.h" | 47 | #include "file.h" |
48 | #include "logmodel.h" | 48 | #include "logmodel.h" |
49 | #include "entitymodel.h" | ||
49 | 50 | ||
50 | #include <QtQml> | 51 | #include <QtQml> |
51 | #include <QQuickImageProvider> | 52 | #include <QQuickImageProvider> |
@@ -172,6 +173,7 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
172 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); | 173 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); |
173 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); | 174 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); |
174 | qmlRegisterType<LogModel>(uri, 1, 0, "LogModel"); | 175 | qmlRegisterType<LogModel>(uri, 1, 0, "LogModel"); |
176 | qmlRegisterType<EntityModel>(uri, 1, 0, "EntityModel"); | ||
175 | 177 | ||
176 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 178 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
177 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 179 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |