according to this documentation:
http://doc.qt.io/qt-5/qtglobal.html#qDebug
which is also referenced in the link you provided it says that if you write:
qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined.
there is no mention that the logging category filters this messag
according to this documentation:
http://doc.qt.io/qt-5/qtglobal.html#qDebug
which is also referenced in the link you provided it says that if you write:
qDebug() << "Debug" there should be output unless QT_NO_DEBUG_OUTPUT is defined.
there is no mention that the logging category filters this messag
Should have been at least documented somehow, but OK.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731646
Title:
missing qDebug output when creating QT applications
To manage notifications about
Public bug reported:
This bug seems to be connected to:
https://bugzilla.redhat.com/show_bug.cgi?id=1227295
in the above link I have found a workaround for the problem. I have created an
empty file in:
~/.config/QtProject called qtlogging.ini and the problem is resolved.
the problem was not pre