summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk/ErrorHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternssdk/ErrorHandler.cpp')
-rw-r--r--tests/auto/xmlpatternssdk/ErrorHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternssdk/ErrorHandler.cpp b/tests/auto/xmlpatternssdk/ErrorHandler.cpp
index 74a6a6d..5b21d83 100644
--- a/tests/auto/xmlpatternssdk/ErrorHandler.cpp
+++ b/tests/auto/xmlpatternssdk/ErrorHandler.cpp
@@ -88,8 +88,7 @@ void qMessageHandler(QtMsgType type, const QMessageLogContext &, const QString &
return;
}
case QtDebugMsg: /* This enum is handled above in the if-clause. */
- /* Fallthrough. */
- default:
+ case QtTraceMsg:
{
Q_ASSERT(false);
return;