summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandxdgdecorationv1.h
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-09-03 09:27:32 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-09-05 06:52:53 +0000
commit27aca1beccbb0a7ab48df290d4b7bf016e38d253 (patch)
tree10c05f32ac8d33b268d2689d10457e151633d2ef /src/compositor/extensions/qwaylandxdgdecorationv1.h
parente56cb62f4974c3318b763206e0216e0177a72ae8 (diff)
Compositor xdg-decoration: Make preferredMode's signal match the property
And the private variable. This was just an oversight when refactoring. Change-Id: Iebe76ce3d4d192560f2e5b76e58463061c9c2dbb Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandxdgdecorationv1.h')
-rw-r--r--src/compositor/extensions/qwaylandxdgdecorationv1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/extensions/qwaylandxdgdecorationv1.h b/src/compositor/extensions/qwaylandxdgdecorationv1.h
index 649f3d162..4390716e8 100644
--- a/src/compositor/extensions/qwaylandxdgdecorationv1.h
+++ b/src/compositor/extensions/qwaylandxdgdecorationv1.h
@@ -48,7 +48,7 @@ class Q_WAYLAND_COMPOSITOR_EXPORT QWaylandXdgDecorationManagerV1 : public QWayla
{
Q_OBJECT
Q_DECLARE_PRIVATE(QWaylandXdgDecorationManagerV1)
- Q_PROPERTY(QWaylandXdgToplevel::DecorationMode preferredMode READ preferredMode WRITE setPreferredMode NOTIFY defaultModeChanged)
+ Q_PROPERTY(QWaylandXdgToplevel::DecorationMode preferredMode READ preferredMode WRITE setPreferredMode NOTIFY preferredModeChanged)
public:
explicit QWaylandXdgDecorationManagerV1();
@@ -61,7 +61,7 @@ public:
static const struct wl_interface *interface();
Q_SIGNALS:
- void defaultModeChanged();
+ void preferredModeChanged();
};
QT_END_NAMESPACE