From c092d555bd6d3e93a11625bfe76bb59b2e64e994 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 29 Jul 2017 16:42:52 -0600 Subject: SelectableLabel to support copying individual labels --- framework/src/frameworkplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/src/frameworkplugin.cpp') 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 @@ #include "settings/settings.h" #include "fabric.h" #include "kubeimage.h" +#include "clipboardproxy.h" #include @@ -65,4 +66,5 @@ void FrameworkPlugin::registerTypes (const char *uri) qmlRegisterSingletonType(uri, 1, 0, "Fabric", fabric_singletontype_provider); qmlRegisterType(uri, 1, 0, "KubeImage"); + qmlRegisterType(uri, 1, 0, "Clipboard"); } -- cgit v1.2.3