summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurface.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-05-11 13:18:06 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:31 +0200
commit51879e4884d50c83729d4346647c436d8961881e (patch)
treede48598487bb16d3dbf6048efd4c4abc4628f2a6 /src/compositor/compositor_api/qwaylandsurface.h
parent5d9e9033df46dcf84b0ea719b7240e437906606b (diff)
Fix Compile errors and warnings
Diffstat (limited to 'src/compositor/compositor_api/qwaylandsurface.h')
-rw-r--r--src/compositor/compositor_api/qwaylandsurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.h b/src/compositor/compositor_api/qwaylandsurface.h
index c4d0857fc..df7a9f385 100644
--- a/src/compositor/compositor_api/qwaylandsurface.h
+++ b/src/compositor/compositor_api/qwaylandsurface.h
@@ -108,7 +108,7 @@ class Q_COMPOSITOR_EXPORT QWaylandSurface : public QObject, public QWaylandExten
Q_PROPERTY(QString className READ className NOTIFY classNameChanged)
Q_PROPERTY(QString title READ title NOTIFY titleChanged)
Q_PROPERTY(QWaylandOutput *primaryOutput READ primaryOutput WRITE setPrimaryOutput NOTIFY primaryOutputChanged)
- Q_PROPERTY(QWaylandSurface::Origin origin READ origin NOTIFY originChanged);
+ Q_PROPERTY(QWaylandSurface::Origin origin READ origin NOTIFY originChanged)
public:
enum Origin {