summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandcursor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandcursor_p.h')
-rw-r--r--src/client/qwaylandcursor_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/qwaylandcursor_p.h b/src/client/qwaylandcursor_p.h
index 282ac685f..d832922d8 100644
--- a/src/client/qwaylandcursor_p.h
+++ b/src/client/qwaylandcursor_p.h
@@ -52,6 +52,8 @@ struct wl_cursor_theme;
QT_BEGIN_NAMESPACE
+namespace QtWaylandClient {
+
class QWaylandDisplay;
class QWaylandScreen;
@@ -111,6 +113,8 @@ private:
QMultiMap<WaylandCursor, QByteArray> mCursorNamesMap;
};
+}
+
QT_END_NAMESPACE
#endif // QWAYLANDCURSOR_H