From d5ea8017970c47bb1c4d2ef8a5e39e0fa3e96708 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 24 May 2012 17:44:51 +0200 Subject: [PATCH] Make sendOnScreenVisibility invokable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I78b3576c60b02fc62df1201bc797b08dcd536b50 Reviewed-by: Samuel Rødal --- src/compositor/compositor_api/waylandsurface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor/compositor_api/waylandsurface.h b/src/compositor/compositor_api/waylandsurface.h index 5cbc6d0..fe38ba3 100644 --- a/src/compositor/compositor_api/waylandsurface.h +++ b/src/compositor/compositor_api/waylandsurface.h @@ -124,7 +124,7 @@ public: uint texture(QOpenGLContext *context) const; #endif - void sendOnScreenVisibilityChange(bool visible); + Q_INVOKABLE void sendOnScreenVisibilityChange(bool visible); void frameFinished(); -- 2.7.4