summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandoutput.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-07-30 15:21:17 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:42 +0200
commit0f3c1a1669aa133efd8701f25b8b8093517b81a7 (patch)
tree964e3be6ecd36c0c4eeafbab0f65e74eac9ee80b /src/compositor/compositor_api/qwaylandoutput.h
parentd1359f8b0c2b8fcffc2112d2e29d530ac1ab7c9a (diff)
Rename QWaylandSurfaceView to QWaylandView
and rename QWaylandSurfaceItem to QWaylandQuickView Change-Id: I989b482eb79df06e9f265bc2b0ef6b3dce7509d6
Diffstat (limited to 'src/compositor/compositor_api/qwaylandoutput.h')
-rw-r--r--src/compositor/compositor_api/qwaylandoutput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compositor/compositor_api/qwaylandoutput.h b/src/compositor/compositor_api/qwaylandoutput.h
index acc09897c..3250aa7fe 100644
--- a/src/compositor/compositor_api/qwaylandoutput.h
+++ b/src/compositor/compositor_api/qwaylandoutput.h
@@ -51,7 +51,7 @@ struct wl_resource;
class QWaylandCompositor;
class QWindow;
class QWaylandSurface;
-class QWaylandSurfaceView;
+class QWaylandView;
class QWaylandClient;
class QWaylandOutputSpace;
@@ -161,8 +161,8 @@ public:
QtWayland::Output *handle() const;
- Q_INVOKABLE virtual QWaylandSurfaceView *pickView(const QPointF &outputPosition) const;
- Q_INVOKABLE virtual QPointF mapToView(QWaylandSurfaceView *view, const QPointF &surfacePosition) const;
+ Q_INVOKABLE virtual QWaylandView *pickView(const QPointF &outputPosition) const;
+ Q_INVOKABLE virtual QPointF mapToView(QWaylandView *view, const QPointF &surfacePosition) const;
Q_INVOKABLE QPointF mapToOutputSpace(const QPointF &point);