diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /framework/accounts/accountsplugin.cpp | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'framework/accounts/accountsplugin.cpp')
-rw-r--r-- | framework/accounts/accountsplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/accounts/accountsplugin.cpp b/framework/accounts/accountsplugin.cpp index e980d5f3..211898d9 100644 --- a/framework/accounts/accountsplugin.cpp +++ b/framework/accounts/accountsplugin.cpp | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | void AccountsPlugin::registerTypes (const char *uri) | 26 | void AccountsPlugin::registerTypes (const char *uri) |
27 | { | 27 | { |
28 | Q_ASSERT(uri == QLatin1String("org.kube.framework.accounts")); | ||
29 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); | 28 | qmlRegisterType<AccountFactory>(uri, 1, 0, "AccountFactory"); |
30 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); | 29 | qmlRegisterType<AccountsModel>(uri, 1, 0, "AccountsModel"); |
31 | } | 30 | } |