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 b5635733..9c81b7e1 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -46,6 +46,7 @@ | |||
46 | #include "extensionmodel.h" | 46 | #include "extensionmodel.h" |
47 | #include "viewhighlighter.h" | 47 | #include "viewhighlighter.h" |
48 | #include "file.h" | 48 | #include "file.h" |
49 | #include "logmodel.h" | ||
49 | 50 | ||
50 | #include <QtQml> | 51 | #include <QtQml> |
51 | #include <QQuickImageProvider> | 52 | #include <QQuickImageProvider> |
@@ -178,6 +179,7 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
178 | qmlRegisterType<ContactController>(uri, 1, 0,"ContactController"); | 179 | qmlRegisterType<ContactController>(uri, 1, 0,"ContactController"); |
179 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); | 180 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); |
180 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); | 181 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); |
182 | qmlRegisterType<LogModel>(uri, 1, 0, "LogModel"); | ||
181 | 183 | ||
182 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 184 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
183 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 185 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |