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 bfedc752..b5635733 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -45,6 +45,7 @@ | |||
45 | #include "domainobjectcontroller.h" | 45 | #include "domainobjectcontroller.h" |
46 | #include "extensionmodel.h" | 46 | #include "extensionmodel.h" |
47 | #include "viewhighlighter.h" | 47 | #include "viewhighlighter.h" |
48 | #include "file.h" | ||
48 | 49 | ||
49 | #include <QtQml> | 50 | #include <QtQml> |
50 | #include <QQuickImageProvider> | 51 | #include <QQuickImageProvider> |
@@ -181,6 +182,7 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
181 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 182 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
182 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 183 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
183 | qmlRegisterType<Kube::ExtensionModel>(uri, 1, 0, "ExtensionModel"); | 184 | qmlRegisterType<Kube::ExtensionModel>(uri, 1, 0, "ExtensionModel"); |
185 | qmlRegisterType<Kube::File>(uri, 1, 0, "File"); | ||
184 | 186 | ||
185 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); | 187 | qmlRegisterType<Kube::Settings>(uri, 1, 0, "Settings"); |
186 | 188 | ||