Git commit 79317717c8beb64d024637df3c6d101372a92f6c by Martin Gr=C3=A4=C3= =9Flin. Committed on 25/08/2015 at 12:33. Pushed by graesslin into branch 'master'. [wayland] Export ShellClient Need to access it from our QPA plugin. M +1 -1 shell_client.h http://commits.kde.org/kwin/79317717c8beb64d024637df3c6d101372a92f6c diff --git a/shell_client.h b/shell_client.h index a629986..79ab0a6 100644 --- a/shell_client.h +++ b/shell_client.h @@ -35,7 +35,7 @@ class QtExtendedSurfaceInterface; namespace KWin { = -class ShellClient : public AbstractClient +class KWIN_EXPORT ShellClient : public AbstractClient { Q_OBJECT public: