summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-14 23:27:19 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-14 23:27:19 (GMT)
commit07536c0230692506d7207970eda8f255736fa653 (patch)
tree49c1a6cbd170989f8ff6b15fe7a7aa9d5575af6b /src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
parent40e277aa622e74c18fb1b16214a2c1fe40870315 (diff)
downloadQt-07536c0230692506d7207970eda8f255736fa653.zip
Qt-07536c0230692506d7207970eda8f255736fa653.tar.gz
Qt-07536c0230692506d7207970eda8f255736fa653.tar.bz2
Move type initialization from global static initializers to QmlEngine construction.
Task-number: QT-2798
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp b/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
index 7227eb0..98361dc 100644
--- a/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
@@ -47,8 +47,6 @@
QT_BEGIN_NAMESPACE
-QML_DEFINE_TYPE(Qt,4,6,LayoutItem,QmlGraphicsLayoutItem)
-
/*!
\qmlclass LayoutItem QmlGraphicsLayoutItem
\brief The LayoutItem element allows you to place your Fluid UI elements inside a classical Qt layout.