summaryrefslogtreecommitdiffstats
path: root/examples/declarative/loader
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-05 03:57:09 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-05 03:57:09 (GMT)
commitd39ec85b7e5d8702c2888cdad4ccdae72531c199 (patch)
treef38aa46e3c0d9c6432d9175d1511f1ac0d4de940 /examples/declarative/loader
parent43163cec2bcf9012944b445b393f6f8a6e895138 (diff)
parentdeca6c1c9885554e4e51ebd6dafdd78a424904e4 (diff)
downloadQt-d39ec85b7e5d8702c2888cdad4ccdae72531c199.zip
Qt-d39ec85b7e5d8702c2888cdad4ccdae72531c199.tar.gz
Qt-d39ec85b7e5d8702c2888cdad4ccdae72531c199.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/loader')
-rw-r--r--examples/declarative/loader/qmlfolderlistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/loader/qmlfolderlistmodel.cpp b/examples/declarative/loader/qmlfolderlistmodel.cpp
index a90ff61..14d2324 100644
--- a/examples/declarative/loader/qmlfolderlistmodel.cpp
+++ b/examples/declarative/loader/qmlfolderlistmodel.cpp
@@ -382,7 +382,7 @@ void QmlFolderListModel::setShowOnlyReadable(bool on)
}
-QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,FolderListModel,QmlFolderListModel)
+QML_DEFINE_TYPE(Qt,4,6,FolderListModel,QmlFolderListModel)
QT_END_NAMESPACE