summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-29 00:34:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-29 00:34:38 (GMT)
commit1748ca68f3e129c0cff6b31000f1e7447297dfaf (patch)
treedccabdfd79b12e70ad0c828645eb591a4600e632
parenta7ace40338145184ca490d1544c1171b56852617 (diff)
downloadQt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.zip
Qt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.tar.gz
Qt-1748ca68f3e129c0cff6b31000f1e7447297dfaf.tar.bz2
undebuggery
-rw-r--r--tools/qml/qdeclarativefolderlistmodel.cpp1
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());
}