summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-10-16 07:15:11 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-10-16 07:15:11 (GMT)
commit1446783d7bc757eaff1291861d7a90a4a8c7ad42 (patch)
treecc61a5f359d849404043780a6a17edc59cf98ead /src/declarative/extra
parent5094685a683ca81d7d0f4325e8a27f7d5a48439d (diff)
downloadQt-1446783d7bc757eaff1291861d7a90a4a8c7ad42.zip
Qt-1446783d7bc757eaff1291861d7a90a4a8c7ad42.tar.gz
Qt-1446783d7bc757eaff1291861d7a90a4a8c7ad42.tar.bz2
Symbian build fixes
Diffstat (limited to 'src/declarative/extra')
-rw-r--r--src/declarative/extra/qmlfolderlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlfolderlistmodel.h b/src/declarative/extra/qmlfolderlistmodel.h
index cee44e8..66e600b 100644
--- a/src/declarative/extra/qmlfolderlistmodel.h
+++ b/src/declarative/extra/qmlfolderlistmodel.h
@@ -61,7 +61,7 @@ class Q_DECLARATIVE_EXPORT QmlFolderListModel : public QListModelInterface, publ
Q_INTERFACES(QmlParserStatus)
Q_PROPERTY(QUrl folder READ folder WRITE setFolder NOTIFY folderChanged)
- Q_PROPERTY(QString parentFolder READ parentFolder NOTIFY folderChanged)
+ Q_PROPERTY(QUrl parentFolder READ parentFolder NOTIFY folderChanged)
Q_PROPERTY(QStringList nameFilters READ nameFilters WRITE setNameFilters)
Q_PROPERTY(SortField sortField READ sortField WRITE setSortField)
Q_PROPERTY(bool sortReversed READ sortReversed WRITE setSortReversed)