From 5755ad47145d2985ba74354961b4127d82c516f6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:00:21 +0200 Subject: A single framework plugin --- framework/accounts/accountsplugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/accounts') 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 @@ void AccountsPlugin::registerTypes (const char *uri) { - Q_ASSERT(uri == QLatin1String("org.kube.framework.accounts")); qmlRegisterType(uri, 1, 0, "AccountFactory"); qmlRegisterType(uri, 1, 0, "AccountsModel"); } -- cgit v1.2.3