summaryrefslogtreecommitdiffstats
path: root/src/compositor
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-09-13 13:06:03 +0200
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-09-13 14:22:30 +0200
commit92768cf8d48d6fb62e1a0d124ea9cdec447df4d1 (patch)
tree0987590374eeec272b55f642f220dd961ec40966 /src/compositor
parent2fd2aab176357a917451530437a6a1a6bf8c0168 (diff)
Add missing Q_REVISION(14) for inhibitsIdleChanged
Change-Id: Ia5aecffde9601d7249de3009910ce7fe0fed0abe Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
Diffstat (limited to 'src/compositor')
-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 f8cdc4434..a762074b2 100644
--- a/src/compositor/compositor_api/qwaylandsurface.h
+++ b/src/compositor/compositor_api/qwaylandsurface.h
@@ -184,7 +184,7 @@ Q_SIGNALS:
void subsurfacePlaceBelow(QWaylandSurface *sibling);
void dragStarted(QWaylandDrag *drag);
void cursorSurfaceChanged();
- void inhibitsIdleChanged();
+ Q_REVISION(14) void inhibitsIdleChanged();
void configure(bool hasBuffer);
void redraw();