From aa2cc874e248c029c929a7f7afacbf88c1e71799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 9 Mar 2016 16:16:29 +0100 Subject: [PATCH] [server] Declare metatype for KWayland::Server::PlasmaShellSurfaceInterface::Role --- src/wayland/plasmashell_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland/plasmashell_interface.h b/src/wayland/plasmashell_interface.h index eca7f39089..ae7d23a50f 100644 --- a/src/wayland/plasmashell_interface.h +++ b/src/wayland/plasmashell_interface.h @@ -170,4 +170,6 @@ private: } } +Q_DECLARE_METATYPE(KWayland::Server::PlasmaShellSurfaceInterface::Role) + #endif