Remove debug output
Change-Id: I1d1884956a02bc58e760f0893ec4762e3c2f3f4d Reviewed-on: http://codereview.qt-project.org/5560 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
parent
187184b6c7
commit
8655e4bef4
@ -877,7 +877,6 @@ void QXcbDrag::handleStatus(const xcb_client_message_event_t *event, bool passiv
|
||||
return;
|
||||
|
||||
xcb_client_message_event_t *lastEvent = const_cast<xcb_client_message_event_t *>(event);
|
||||
qDebug() << "handleStatus" << lastEvent->window << lastEvent->data.data32[0];
|
||||
xcb_generic_event_t *nextEvent;
|
||||
ClientMessageScanner scanner(atom(QXcbAtom::XdndStatus));
|
||||
while ((nextEvent = connection()->checkEvent(scanner))) {
|
||||
|
Loading…
Reference in New Issue
Block a user