diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-24 12:07:35 +0200 |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-24 12:10:31 +0200 |
commit | 86ad273ebdc4dc52ec47eb6c324ba152495a6ee6 (patch) | |
tree | c6ca3b4c20aad35fbaeeb4000ced999a629bea8e /src/testlib/qtestcase.cpp | |
parent | f7ff410cc8f03b4dc9307c8c9faad61c141ce8fb (diff) | |
download | qt4-tools-86ad273ebdc4dc52ec47eb6c324ba152495a6ee6.tar.gz |
Remove dead code.
Addresses review comment.
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r-- | src/testlib/qtestcase.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 9a09c19a85..e0667bb743 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -1659,10 +1659,8 @@ int QTest::qExec(QObject *testObject, int argc, char **argv) IOPMAssertionRelease(powerID); } #endif -//# ifdef Q_OS_WIN - // rethrow exception to make debugging easier + // Rethrow exception to make debugging easier. throw; -//# endif return 1; } # endif |