diff options
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 | } |