mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
Remove unused forward declaration of PlasmaWindowModel
This commit is contained in:
parent
c4f211b8ae
commit
ab9f489b36
2 changed files with 0 additions and 3 deletions
|
|
@ -14,7 +14,6 @@
|
||||||
#include <KWayland/Client/connection_thread.h>
|
#include <KWayland/Client/connection_thread.h>
|
||||||
#include <KWayland/Client/plasmashell.h>
|
#include <KWayland/Client/plasmashell.h>
|
||||||
#include <KWayland/Client/plasmawindowmanagement.h>
|
#include <KWayland/Client/plasmawindowmanagement.h>
|
||||||
#include <KWayland/Client/plasmawindowmodel.h>
|
|
||||||
#include <KWayland/Client/registry.h>
|
#include <KWayland/Client/registry.h>
|
||||||
#include <KWayland/Client/surface.h>
|
#include <KWayland/Client/surface.h>
|
||||||
#include <Plasma/Package>
|
#include <Plasma/Package>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ namespace Client
|
||||||
{
|
{
|
||||||
class PlasmaWindowManagement;
|
class PlasmaWindowManagement;
|
||||||
class PlasmaWindow;
|
class PlasmaWindow;
|
||||||
class PlasmaWindowModel;
|
|
||||||
class PlasmaShell;
|
class PlasmaShell;
|
||||||
class PlasmaShellSurface;
|
class PlasmaShellSurface;
|
||||||
class Surface;
|
class Surface;
|
||||||
|
|
@ -73,7 +72,6 @@ private:
|
||||||
KWayland::Client::Surface *m_surface = nullptr;
|
KWayland::Client::Surface *m_surface = nullptr;
|
||||||
KWayland::Client::PlasmaShell *m_shellInterface = nullptr;
|
KWayland::Client::PlasmaShell *m_shellInterface = nullptr;
|
||||||
KWayland::Client::PlasmaWindowManagement *m_windowManagement = nullptr;
|
KWayland::Client::PlasmaWindowManagement *m_windowManagement = nullptr;
|
||||||
KWayland::Client::PlasmaWindowModel *m_windowModel = nullptr;
|
|
||||||
QPointer<KWayland::Client::PlasmaWindow> m_activeWindow;
|
QPointer<KWayland::Client::PlasmaWindow> m_activeWindow;
|
||||||
QTimer *m_activeTimer;
|
QTimer *m_activeTimer;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue