From 84714d6f9435b59045c08c76eb556663d1ee36d4 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 2 Feb 2017 21:23:40 +0100 Subject: add initial contact controller and contact detail view --- framework/domain/mailplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/domain/mailplugin.cpp') diff --git a/framework/domain/mailplugin.cpp b/framework/domain/mailplugin.cpp index 2ec73644..fba6c458 100644 --- a/framework/domain/mailplugin.cpp +++ b/framework/domain/mailplugin.cpp @@ -30,6 +30,7 @@ #include "mailcontroller.h" #include "foldercontroller.h" #include "mouseproxy.h" +#include "contactcontroller.h" #include @@ -47,4 +48,5 @@ void MailPlugin::registerTypes (const char *uri) qmlRegisterType(uri, 1, 0, "MailController"); qmlRegisterType(uri, 1, 0, "FolderController"); qmlRegisterType(uri, 1, 0, "MouseProxy"); + qmlRegisterType(uri, 1, 0,"ContactController"); } -- cgit v1.2.3