warnings--

Reviewers: apol, zzag

Reviewed By: apol, zzag

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D25667
This commit is contained in:
David Edmundson 2019-12-02 09:02:51 +00:00
parent 47306865a7
commit 7f587d1147
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,6 @@ private Q_SLOTS:
private: private:
KWayland::Client::Compositor *m_compositor = nullptr; KWayland::Client::Compositor *m_compositor = nullptr;
Shell *m_shell = nullptr;
PlasmaShell *m_plasmaShell = nullptr; PlasmaShell *m_plasmaShell = nullptr;
}; };

View file

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <xcb/xcb.h> #include <xcb/xcb.h>
class xcb_xfixes_selection_notify_event_t; struct xcb_xfixes_selection_notify_event_t;
namespace KWayland namespace KWayland
{ {