summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsborderimage.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/qmlgraphicsborderimage.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/qmlgraphicsborderimage.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicsborderimage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsborderimage.cpp b/src/declarative/graphicsitems/qmlgraphicsborderimage.cpp
index 877e141..19da151 100644
--- a/src/declarative/graphicsitems/qmlgraphicsborderimage.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicsborderimage.cpp
@@ -50,8 +50,6 @@
QT_BEGIN_NAMESPACE
-QML_DEFINE_TYPE(Qt,4,6,BorderImage,QmlGraphicsBorderImage)
-
/*!
\qmlclass BorderImage QmlGraphicsBorderImage
\brief The BorderImage element provides an image that can be used as a border.