xcb: replace a warning with debug info
Pick-to: 6.6 6.5 6.2 5.15 Change-Id: I850297ad34edaf5dd66f56f549325745f2f5a07f Reviewed-by: Keith Kyzivat <keith.kyzivat@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
357a07069d
commit
58215288f4
|
|
@ -1026,7 +1026,7 @@ void QXcbWindow::setNetWmState(Qt::WindowFlags flags)
|
|||
void QXcbWindow::setNetWmStateOnUnmappedWindow()
|
||||
{
|
||||
if (Q_UNLIKELY(m_mapped))
|
||||
qCWarning(lcQpaXcb()) << "internal error: " << Q_FUNC_INFO << "called on mapped window";
|
||||
qCDebug(lcQpaXcb()) << "internal info: " << Q_FUNC_INFO << "called on mapped window";
|
||||
|
||||
NetWmStates states;
|
||||
const Qt::WindowFlags flags = window()->flags();
|
||||
|
|
|
|||
Loading…
Reference in New Issue