diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:42:52 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:44:27 -0600 |
commit | c092d555bd6d3e93a11625bfe76bb59b2e64e994 (patch) | |
tree | 0c899e74cafdb8878f92405d7b0e3df2b41078b5 /framework/src/frameworkplugin.cpp | |
parent | 51fbcca97ef9058cdb75c52ac77bdc728a296e4a (diff) | |
download | kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.tar.gz kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.zip |
SelectableLabel to support copying individual labels
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 9c79f515..33bc8cbc 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -34,6 +34,7 @@ | |||
34 | #include "settings/settings.h" | 34 | #include "settings/settings.h" |
35 | #include "fabric.h" | 35 | #include "fabric.h" |
36 | #include "kubeimage.h" | 36 | #include "kubeimage.h" |
37 | #include "clipboardproxy.h" | ||
37 | 38 | ||
38 | #include <QtQml> | 39 | #include <QtQml> |
39 | 40 | ||
@@ -65,4 +66,5 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
65 | qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider); | 66 | qmlRegisterSingletonType<Kube::Fabric::Fabric>(uri, 1, 0, "Fabric", fabric_singletontype_provider); |
66 | 67 | ||
67 | qmlRegisterType<KubeImage>(uri, 1, 0, "KubeImage"); | 68 | qmlRegisterType<KubeImage>(uri, 1, 0, "KubeImage"); |
69 | qmlRegisterType<ClipboardProxy>(uri, 1, 0, "Clipboard"); | ||
68 | } | 70 | } |