Suppressing QML image errors
-
Hi,
Is there a way to suppress Image errors from being shown in the console output? Mostly errors where the remote source does not have the image or not the correct format or such.
Eg: QML Image: Error downloading http://wwf.com/favicon.ico - server replied: Not Found etc.
Thanks in advance!
-
You tryed with:
@
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
@On your project file.