diff options
Diffstat (limited to 'framework/actions/actionplugin.cpp')
-rw-r--r-- | framework/actions/actionplugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/actions/actionplugin.cpp b/framework/actions/actionplugin.cpp index 05852d2e..b55504fc 100644 --- a/framework/actions/actionplugin.cpp +++ b/framework/actions/actionplugin.cpp | |||
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | void KubePlugin::registerTypes (const char *uri) | 10 | void KubePlugin::registerTypes (const char *uri) |
11 | { | 11 | { |
12 | Q_ASSERT(uri == QLatin1String("org.kube.framework.actions")); | ||
13 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); | 12 | qmlRegisterType<Kube::Context>(uri, 1, 0, "Context"); |
14 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); | 13 | qmlRegisterType<Kube::Action>(uri, 1, 0, "Action"); |
15 | qmlRegisterType<Kube::ActionHandler>(uri, 1, 0, "ActionHandler"); | 14 | qmlRegisterType<Kube::ActionHandler>(uri, 1, 0, "ActionHandler"); |