On 21 February 2015 at 11:12, Guido Seifert <[email protected]> wrote: > I doubt your explanation. :-) > Reason 1: When I discovered this, I did not have a qtlogging.ini anywhere > in my system. > Reason 2: > > > qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp: > qDebug("xcb: moved mouse to %4d, %4d; button state %X", mev->event_x, > mev->event_y, static_cast<unsigned int>(m_buttons)); > > Normal qDebug... no logging category. >
That's true but it's in an if (Q_UNLIKELY(lcQpaXInput().isDebugEnabled())) which tests if the logging category is enabled. Rich.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
