aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgvisualadaptormodel.cpp
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-28 09:57:04 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-28 11:43:47 +0200
commit85569dfdff1caec2efb714a1a9cdc64094893ec1 (patch)
treea8eff782686b348c8ed0a97730e16156133e80ea /src/declarative/items/qsgvisualadaptormodel.cpp
parent9a8466839b030a4ffebf74a813737d7cc55aa1d0 (diff)
Build with qt-in-namespace
Change-Id: Ia57e4f14d94ad63194dad52892bedf316a58a79a Reviewed-on: http://codereview.qt-project.org/5693 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgvisualadaptormodel.cpp')
-rw-r--r--src/declarative/items/qsgvisualadaptormodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qsgvisualadaptormodel.cpp b/src/declarative/items/qsgvisualadaptormodel.cpp
index 3eb6214e47..4e3a1a6dc3 100644
--- a/src/declarative/items/qsgvisualadaptormodel.cpp
+++ b/src/declarative/items/qsgvisualadaptormodel.cpp
@@ -64,10 +64,10 @@
#include <QtCore/qhash.h>
#include <QtCore/qlist.h>
-QT_BEGIN_NAMESPACE
-
Q_DECLARE_METATYPE(QModelIndex)
+QT_BEGIN_NAMESPACE
+
class VDMDelegateDataType : public QDeclarativeRefCount
{
public: