summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbbackingstore.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbbackingstore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbbackingstore.h b/src/plugins/platforms/xcb/qxcbbackingstore.h
index db94d26b09..a389f97ac3 100644
--- a/src/plugins/platforms/xcb/qxcbbackingstore.h
+++ b/src/plugins/platforms/xcb/qxcbbackingstore.h
@@ -48,6 +48,8 @@
#include "qxcbobject.h"
+QT_BEGIN_NAMESPACE
+
class QXcbShmImage;
class QXcbBackingStore : public QXcbObject, public QPlatformBackingStore
@@ -69,4 +71,6 @@ private:
bool m_syncingResize;
};
+QT_END_NAMESPACE
+
#endif