diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-19 15:14:45 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-19 15:14:45 (GMT) |
commit | af0d032ddeb09250a3b22302bec8e8996dddd687 (patch) | |
tree | dc9894fdcbd071df76ff7417b3ab386ece366fa4 /tests/auto/exceptionsafety_objects | |
parent | bf8de28190bb0ac5cbcde550fdfb86f42c504f00 (diff) | |
download | Qt-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.cpp | 1 |
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); |