summaryrefslogtreecommitdiffstats
path: root/framework/src/frameworkplugin.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-05 12:21:13 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-06 15:20:46 +0200
commitbbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c (patch)
tree743018b0719338cf0fc560c2a59ecc2219bb4aed /framework/src/frameworkplugin.cpp
parent0d929de1743e9574f7972c9f5b84592202601a00 (diff)
downloadkube-bbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c.tar.gz
kube-bbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c.zip
A calendar filter
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r--framework/src/frameworkplugin.cpp1
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");