summaryrefslogtreecommitdiffstats
path: root/tests/auto/exceptionsafety_objects
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-08-19 15:14:45 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-08-19 15:14:45 (GMT)
commitaf0d032ddeb09250a3b22302bec8e8996dddd687 (patch)
treedc9894fdcbd071df76ff7417b3ab386ece366fa4 /tests/auto/exceptionsafety_objects
parentbf8de28190bb0ac5cbcde550fdfb86f42c504f00 (diff)
downloadQt-af0d032ddeb09250a3b22302bec8e8996dddd687.zip
Qt-af0d032ddeb09250a3b22302bec8e8996dddd687.tar.gz
Qt-af0d032ddeb09250a3b22302bec8e8996dddd687.tar.bz2
Remove commented line.
Diffstat (limited to 'tests/auto/exceptionsafety_objects')
-rw-r--r--tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp b/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
index 8e40873..c18b5c8 100644
--- a/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
+++ b/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
@@ -160,7 +160,6 @@ void tst_ExceptionSafetyObjects::objects_data()
NEWROW(QFile);
NEWROW(QProcess);
NEWROW(QSettings);
- // NEWROW(QSocketNotifier);
NEWROW(QThread);
NEWROW(QThreadPool);
NEWROW(QTranslator);