diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2019-09-13 13:06:03 +0200 |
---|---|---|
committer | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2019-09-13 14:22:30 +0200 |
commit | 92768cf8d48d6fb62e1a0d124ea9cdec447df4d1 (patch) | |
tree | 0987590374eeec272b55f642f220dd961ec40966 | |
parent | 2fd2aab176357a917451530437a6a1a6bf8c0168 (diff) | |
download | qtwayland-92768cf8d48d6fb62e1a0d124ea9cdec447df4d1.tar.gz |
Add missing Q_REVISION(14) for inhibitsIdleChanged
Change-Id: Ia5aecffde9601d7249de3009910ce7fe0fed0abe
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
-rw-r--r-- | src/compositor/compositor_api/qwaylandsurface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.h b/src/compositor/compositor_api/qwaylandsurface.h index f8cdc443..a762074b 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(); |