aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-03 11:50:13 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-03 10:03:34 +0000
commit53b21b76442611b8424ea5278d53c2f52bd55101 (patch)
treeec6f67d07df82c8c8f26e740bb8497d65f666e23 /src/plugins/autotest
parent95c5a1253279eb2cc18548aeedd9dc34ff3f633d (diff)
Replace uses of deprecated QWARN macro with qWarning
Change-Id: I71ee2cedaf40197ac52f61e74060656fc4b305d4 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/autotest')
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
index 1646cf1450..84b588a8a8 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
@@ -41,7 +41,7 @@ void Foo::initTestCase()
void Foo::cleanupTestCase()
{
- QWARN("Warning!");
+ qWarning("Warning!");
}
void Foo::test_caseZero()