Commit 090a3955 authored by Mikko Levonmaa's avatar Mikko Levonmaa Committed by Robin Burchell
Browse files

Remove duplicate size property declaration


Change-Id: I9700c15066c030436dbe2f9a09b0851b7f4350ae
Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@jollamobile.com>
Reviewed-by: default avatarRobin Burchell <robin.burchell@viroteck.net>
parent 9b4c3cd1
No related merge requests found
Showing with 0 additions and 1 deletion
......@@ -90,7 +90,6 @@ class Q_COMPOSITOR_EXPORT QWaylandSurface : public QObject
Q_PROPERTY(QString title READ title NOTIFY titleChanged)
Q_PROPERTY(Qt::ScreenOrientations orientationUpdateMask READ orientationUpdateMask NOTIFY orientationUpdateMaskChanged)
Q_PROPERTY(QWindow::Visibility visibility READ visibility WRITE setVisibility NOTIFY visibilityChanged)
Q_PROPERTY(QSize size READ size NOTIFY sizeChanged)
Q_PROPERTY(QWaylandSurface *transientParent READ transientParent)
Q_PROPERTY(QPointF transientOffset READ transientOffset)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment