diff options
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 5fc4eb27..f0261206 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -174,6 +174,7 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
174 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); | 174 | qmlRegisterType<TextDocumentHandler>(uri, 1, 0, "TextDocumentHandler"); |
175 | qmlRegisterType<LogModel>(uri, 1, 0, "LogModel"); | 175 | qmlRegisterType<LogModel>(uri, 1, 0, "LogModel"); |
176 | qmlRegisterType<EntityModel>(uri, 1, 0, "EntityModel"); | 176 | qmlRegisterType<EntityModel>(uri, 1, 0, "EntityModel"); |
177 | qmlRegisterType<CheckableEntityModel>(uri, 1, 0, "CheckableEntityModel"); | ||
177 | 178 | ||
178 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 179 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
179 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 180 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |