From 07688cc46d22a86622231ae7cd4494ddf6e75e33 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 7 Sep 2017 15:58:05 +0200 Subject: Launch into settings without an account configured --- 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 f5cd2cf5..8fd457fc 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp @@ -36,6 +36,7 @@ #include "kubeimage.h" #include "clipboardproxy.h" #include "webengineprofile.h" +#include "startupcheck.h" #include @@ -75,5 +76,6 @@ void FrameworkPlugin::registerTypes (const char *uri) qmlRegisterType(uri, 1, 0, "KubeImage"); qmlRegisterType(uri, 1, 0, "Clipboard"); + qmlRegisterType(uri, 1, 0, "StartupCheck"); qmlRegisterSingletonType(uri, 1, 0, "WebEngineProfile", webengineprofile_singletontype_provider); } -- cgit v1.2.3