diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-09-12 23:32:42 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-09-12 23:32:42 (GMT) |
commit | b04672e479ae245063e641c77d43e311c0851dc0 (patch) | |
tree | 0180cd812448ec5dd3811fd68076cefd8f78ad0d /src/imports/folderlistmodel/qdeclarativefolderlistmodel.h | |
parent | 2b527006a3e9147a447a08d78004e20a7ac3d17c (diff) | |
download | Qt-b04672e479ae245063e641c77d43e311c0851dc0.zip Qt-b04672e479ae245063e641c77d43e311c0851dc0.tar.gz Qt-b04672e479ae245063e641c77d43e311c0851dc0.tar.bz2 |
Fix slot naming clash
Reviewed-by: David Boddie
Diffstat (limited to 'src/imports/folderlistmodel/qdeclarativefolderlistmodel.h')
-rw-r--r-- | src/imports/folderlistmodel/qdeclarativefolderlistmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h b/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h index 1bab5f84..24edecd 100644 --- a/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h +++ b/src/imports/folderlistmodel/qdeclarativefolderlistmodel.h @@ -138,7 +138,7 @@ private Q_SLOTS: void refresh(); void inserted(const QModelIndex &index, int start, int end); void removed(const QModelIndex &index, int start, int end); - void dataChanged(const QModelIndex &start, const QModelIndex &end); + void handleDataChanged(const QModelIndex &start, const QModelIndex &end); private: Q_DISABLE_COPY(QDeclarativeFolderListModel) |