diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 21:46:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:42 +0200 |
commit | e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 (patch) | |
tree | 22e5719b27e485e2ba9a47725d933941dd29fa58 /framework/src/frameworkplugin.cpp | |
parent | 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (diff) | |
download | kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.tar.gz kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.zip |
Show Avatar images
Diffstat (limited to 'framework/src/frameworkplugin.cpp')
-rw-r--r-- | framework/src/frameworkplugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index 84ada236..9c79f515 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -33,6 +33,7 @@ | |||
33 | #include "accounts/accountfactory.h" | 33 | #include "accounts/accountfactory.h" |
34 | #include "settings/settings.h" | 34 | #include "settings/settings.h" |
35 | #include "fabric.h" | 35 | #include "fabric.h" |
36 | #include "kubeimage.h" | ||
36 | 37 | ||
37 | #include <QtQml> | 38 | #include <QtQml> |
38 | 39 | ||
@@ -62,4 +63,6 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
62 | 63 | ||
63 | qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener"); | 64 | qmlRegisterType<Kube::Fabric::Listener>(uri, 1, 0, "Listener"); |
64 | qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider); | 65 | qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider); |
66 | |||
67 | qmlRegisterType<KubeImage>(uri, 1, 0, "KubeImage"); | ||
65 | } | 68 | } |