Replace uses of deprecated QWARN macro with qWarning

Change-Id: I71ee2cedaf40197ac52f61e74060656fc4b305d4
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Tor Arne Vestbø
2021-08-03 11:50:13 +02:00
parent 95c5a12532
commit 53b21b7644
4 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ void Foo::initTestCase()
void Foo::cleanupTestCase()
{
QWARN("Warning!");
qWarning("Warning!");
}
void Foo::test_caseZero()