Fix compile error when configured with -no-exceptions
authorShane Kearns <shane.kearns@accenture.com>
Mon, 12 Dec 2011 16:24:52 +0000 (16:24 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 22 Dec 2011 01:28:09 +0000 (02:28 +0100)
commitd62228a77e3f4990623636519836874a66baffbb
tree8fc8faf362f8d3e4b0bf1fe74726285a52c2b6b9
parent1b51079e48d647a3863ff8a996e60c45f6e62fdb
Fix compile error when configured with -no-exceptions

The test was skipped, but still tried to compile code that uses
exceptions. The throwing class it uses was conditionally compiled
out earlier in the file, causing an error for undefined class.

Task-number: QTBUG-23028
Change-Id: Ia2e05a8a0abbf0e913f6c41e85bfee8b85cbc8a5
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp