From aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 5 Jan 2017 15:58:47 +0100 Subject: maildir controller based on the new kubecontroller + adjusted create-maildir-ui --- framework/accounts/accountsplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/accounts/accountsplugin.cpp') diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp index e980d5f3..51316b52 100644 --- a/framework/accounts/accountsplugin.cpp +++ b/framework/accounts/accountsplugin.cpp @@ -20,6 +20,7 @@ #include "accountsmodel.h" #include "accountfactory.h" +#include "maildircontroller.h" #include @@ -28,4 +29,5 @@ void AccountsPlugin::registerTypes (const char *uri) Q_ASSERT(uri == QLatin1String("org.kube.framework.accounts")); qmlRegisterType(uri, 1, 0, "AccountFactory"); qmlRegisterType(uri, 1, 0, "AccountsModel"); + qmlRegisterType(uri, 1, 0, "MaildirController"); } -- cgit v1.2.3