[wayland] Proper metatype for ShellClient

Needs meta type declared and properly used in WaylandServer.
master
Martin Gräßlin 9 years ago
parent 3cb8438399
commit 0bb4498e1d

@ -156,4 +156,6 @@ private:
}
Q_DECLARE_METATYPE(KWin::ShellClient*)
#endif

@ -133,8 +133,8 @@ public:
quint32 createWindowId(KWayland::Server::SurfaceInterface *surface);
Q_SIGNALS:
void shellClientAdded(ShellClient*);
void shellClientRemoved(ShellClient*);
void shellClientAdded(KWin::ShellClient*);
void shellClientRemoved(KWin::ShellClient*);
private:
quint16 createClientId(KWayland::Server::ClientConnection *c);

Loading…
Cancel
Save