tests: Ignore new Qt warnings.
It seems since the recent QClipboard changes we get a new warning "QXcbClipboard: Cannot transfer data, no data available" in some tests. This ignores the warning, let's hope the tests still work. See #1285.
This commit is contained in:
parent
3292c05340
commit
2ba2b38277
@ -34,4 +34,5 @@ qt_log_ignore =
|
||||
^QGeoclueMaster error creating GeoclueMasterClient\.
|
||||
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
|
||||
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
|
||||
^QXcbClipboard: Cannot transfer data, no data available
|
||||
qt_wait_signal_raising = true
|
||||
|
Loading…
Reference in New Issue
Block a user