summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-08-14 03:00:30 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-08-14 03:00:30 +0200
commit88851b6de433ab25047166bf4708e99e111b7af2 (patch)
tree3acfbd26c14076cef5865bf15d370e6f25b5dad6 /src/client/qwaylandwindow_p.h
parent9411f6fbd9c05eaf7109982a055348a088721080 (diff)
parentbbd16989e07d6da367f71a4c36234409bf018287 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index 55f3a515f..b6b499a3b 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -55,6 +55,7 @@
#include <QtCore/QMutex>
#include <QtGui/QIcon>
#include <QtCore/QVariant>
+#include <QtCore/QLoggingCategory>
#include <qpa/qplatformwindow.h>
@@ -67,6 +68,8 @@ QT_BEGIN_NAMESPACE
namespace QtWaylandClient {
+Q_DECLARE_LOGGING_CATEGORY(lcWaylandBackingstore)
+
class QWaylandDisplay;
class QWaylandBuffer;
class QWaylandShellSurface;