summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-11-11 12:01:37 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2010-11-11 12:01:37 (GMT)
commit451c3e973a49c8b467cc865f6d1f4a2c21902dc7 (patch)
treeafaff175c65adef39acb7e40beeeae261bd0c7eb /src/corelib
parent98d51e42c81c0674bc724eccbdf8521d9317998a (diff)
downloadQt-451c3e973a49c8b467cc865f6d1f4a2c21902dc7.zip
Qt-451c3e973a49c8b467cc865f6d1f4a2c21902dc7.tar.gz
Qt-451c3e973a49c8b467cc865f6d1f4a2c21902dc7.tar.bz2
Remove qDebug.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/concurrent/qtconcurrentrunbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qtconcurrentrunbase.h b/src/corelib/concurrent/qtconcurrentrunbase.h
index a7a5cc4..888d395 100644
--- a/src/corelib/concurrent/qtconcurrentrunbase.h
+++ b/src/corelib/concurrent/qtconcurrentrunbase.h
@@ -106,7 +106,6 @@ public:
this->runFunctor();
#ifndef QT_NO_EXCEPTIONS
} catch (QtConcurrent::Exception &e) {
- qDebug() << "cought exception";
QFutureInterface<T>::reportException(e);
} catch (...) {
QFutureInterface<T>::reportException(QtConcurrent::UnhandledException());