summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@digia.com>2013-03-13 18:47:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 17:28:17 +0100
commitacc2a8417d37ee8d5e24d6ec5250c995f1a2e23b (patch)
tree81870afdba08cd48add81b3362d4f3c98abd923a /src
parent0c935730b2cdf459567cf4c85872ca93ad31fa62 (diff)
downloadqtquickcontrols-acc2a8417d37ee8d5e24d6ec5250c995f1a2e23b.tar.gz
Remove unnecessary type registration
Change-Id: Id60bb34daa8708c21a118477d669712203b730b6 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/controls/plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp
index 4ec08475..20d2f394 100644
--- a/src/controls/plugin.cpp
+++ b/src/controls/plugin.cpp
@@ -44,7 +44,6 @@
#include "qtexclusivegroup_p.h"
#include "qtmenu_p.h"
#include "qtmenubar_p.h"
-#include "qtmenuitemcontainer_p.h"
#include "qpagestatus.h"
#include <qimage.h>
@@ -83,7 +82,6 @@ void StylePlugin::registerTypes(const char *uri)
qmlRegisterType<QtMenu>(uri, 1, 0, "MenuPrivate");
qmlRegisterType<QtMenuBar>(uri, 1, 0, "MenuBarPrivate");
qmlRegisterType<QtMenuItem>(uri, 1, 0, "MenuItem");
- qmlRegisterType<QtMenuItemContainer>(uri, 1, 0, "MenuItemContainer");
qmlRegisterType<QtMenuSeparator>(uri, 1, 0, "MenuSeparator");
qmlRegisterUncreatableType<QtMenuBase>(uri, 1, 0, "MenuBase",
QLatin1String("Do not create objects of type MenuBase"));