diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 17:33:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 17:33:03 +0200 |
commit | 3a4adb790b4d3bef746f5ad88ef073ef821053fa (patch) | |
tree | 93e43200989c3f2a44073851139e3d144c0ea4c3 /framework/src/frameworkplugin.cpp | |
parent | 8d5f8e5fd00d092941c55ffcc5b50c84dbd635f2 (diff) | |
download | kube-3a4adb790b4d3bef746f5ad88ef073ef821053fa.tar.gz kube-3a4adb790b4d3bef746f5ad88ef073ef821053fa.zip |
Query for the list of calendars
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"); |