Suppress annoying PNG warning.
This commit is contained in:
parent
ae0b965500
commit
db2b6b865b
|
@ -118,6 +118,7 @@ VAbstractApplication::VAbstractApplication(int &argc, char **argv)
|
||||||
// See issue #992: QXcbConnection: XCB Error.
|
// See issue #992: QXcbConnection: XCB Error.
|
||||||
rules += QLatin1String("qt.qpa*=false\n");
|
rules += QLatin1String("qt.qpa*=false\n");
|
||||||
rules += QLatin1String("kf5.kio.core*=false\n");
|
rules += QLatin1String("kf5.kio.core*=false\n");
|
||||||
|
rules += QLatin1String("qt.gui.icc.warning=false\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (not rules.isEmpty())
|
if (not rules.isEmpty())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user