aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.cpp')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 41f307632..debcc6f30 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -8455,8 +8455,8 @@ void TestBlackbox::ico()
QCOMPARE(b.at(12), '\0');
QCOMPARE(b.at(26), '\0');
QCOMPARE(b.at(28), '\0');
- QWARN("this version of icoutil does not support setting the hotspot "
- "for cursor files with multiple images");
+ qWarning() << "this version of icoutil does not support setting the hotspot "
+ "for cursor files with multiple images";
} else {
QCOMPARE(b.at(10), '\x8');
QCOMPARE(b.at(12), '\x9');