forked from qt-creator/qt-creator
Replace uses of deprecated QWARN macro with qWarning
Change-Id: I71ee2cedaf40197ac52f61e74060656fc4b305d4 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@ void Foo::initTestCase()
|
||||
|
||||
void Foo::cleanupTestCase()
|
||||
{
|
||||
QWARN("Warning!");
|
||||
qWarning("Warning!");
|
||||
}
|
||||
|
||||
void Foo::test_caseZero()
|
||||
|
||||
Reference in New Issue
Block a user