workaround XCB-ICCCM 3.8 breakage, second instance

Change-Id: Ic456f6ca9d845f50506b41d71bb5d2b83239a37e
Reviewed-on: http://codereview.qt-project.org/5333
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
bb10
Oswald Buddenhagen 2011-09-21 11:10:51 +02:00 committed by Qt by Nokia
parent 629295fcf7
commit 9b0b72fa48
1 changed files with 2 additions and 0 deletions

View File

@ -50,7 +50,9 @@
#include <QtCore/QDebug>
#define class class_name // Workaround XCB-ICCCM 3.8 breakage
#include <xcb/xcb_icccm.h>
#undef class
class QXcbClipboardMime : public QXcbMime
{