[server] Add more Q_DECLARE_METATYPE

For some types used in signals.
This commit is contained in:
Martin Gräßlin 2016-03-15 10:59:08 +01:00
parent 31435417fd
commit 5295d9d330
2 changed files with 3 additions and 0 deletions

View file

@ -73,5 +73,6 @@ private:
}
}
Q_DECLARE_METATYPE(KWayland::Server::RegionInterface*)
#endif

View file

@ -217,4 +217,6 @@ private:
}
}
Q_DECLARE_METATYPE(KWayland::Server::SurfaceInterface*)
#endif