diff options
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 8fd457fc..b8cad45d 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -29,6 +29,7 @@ | |||
29 | #include "domain/mouseproxy.h" | 29 | #include "domain/mouseproxy.h" |
30 | #include "domain/contactcontroller.h" | 30 | #include "domain/contactcontroller.h" |
31 | #include "domain/peoplemodel.h" | 31 | #include "domain/peoplemodel.h" |
32 | #include "domain/documenthandler.h" | ||
32 | #include "accounts/accountsmodel.h" | 33 | #include "accounts/accountsmodel.h" |
33 | #include "accounts/accountfactory.h" | 34 | #include "accounts/accountfactory.h" |
34 | #include "settings/settings.h" | 35 | #include "settings/settings.h" |
@@ -65,6 +66,7 @@ void FrameworkPlugin::registerTypes (const char *uri) | |||
65 | qmlRegisterType<MouseProxy>(uri, 1, 0, "MouseProxy"); | 66 | qmlRegisterType<MouseProxy>(uri, 1, 0, "MouseProxy"); |
66 | qmlRegisterType<ContactController>(uri, 1, 0,"ContactController"); | 67 | qmlRegisterType<ContactController>(uri, 1, 0,"ContactController"); |
67 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); | 68 | qmlRegisterType<PeopleModel>(uri, 1, 0,"PeopleModel"); |
69 | qmlRegisterType<DocumentHandler>(uri, 1, 0, "DocumentHandler"); | ||
68 | 70 | ||
69 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 71 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
70 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 72 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |