From 16eea19c5b79efe75ef8b223b107a234e54f918e Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Wed, 19 Dec 2018 00:26:18 +0100 Subject: Remove unneeded qWarning --- autotests/kconfigtest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'autotests/kconfigtest.cpp') diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index a60ea57a..9ce8d469 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -1723,7 +1723,6 @@ void KConfigTest::testQByteArrayUtf8() { QTemporaryFile file; QVERIFY(file.open()); - qWarning() << file.fileName(); KConfig config(file.fileName(), KConfig::SimpleConfig); KConfigGroup general(&config, "General"); QByteArray bytes(256, '\0'); @@ -1753,7 +1752,6 @@ void KConfigTest::testNewlines() // test that kconfig always uses the native line endings QTemporaryFile file; QVERIFY(file.open()); - qWarning() << file.fileName(); KConfig anonConfig(file.fileName(), KConfig::SimpleConfig); KConfigGroup general(&anonConfig, "General"); general.writeEntry("Foo", "Bar"); -- cgit v1.2.1