diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-29 00:34:38 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-29 00:34:38 (GMT) |
commit | 1748ca68f3e129c0cff6b31000f1e7447297dfaf (patch) | |
tree | dccabdfd79b12e70ad0c828645eb591a4600e632 /tools | |
parent | a7ace40338145184ca490d1544c1171b56852617 (diff) | |
download | Qt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.zip Qt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.tar.gz Qt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.tar.bz2 |
undebuggery
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qml/qdeclarativefolderlistmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qml/qdeclarativefolderlistmodel.cpp b/tools/qml/qdeclarativefolderlistmodel.cpp index 5a9d88b..2ac71ad 100644 --- a/tools/qml/qdeclarativefolderlistmodel.cpp +++ b/tools/qml/qdeclarativefolderlistmodel.cpp @@ -340,7 +340,6 @@ void QDeclarativeFolderListModel::removed(const QModelIndex &index, int start, i void QDeclarativeFolderListModel::dataChanged(const QModelIndex &start, const QModelIndex &end) { - qDebug() << "data changed"; if (start.parent() == d->folderIndex) emit itemsChanged(start.row(), end.row() - start.row() + 1, roles()); } |