Remove not implemented method
This commit is contained in:
parent
68e0604ad7
commit
026923db94
2 changed files with 0 additions and 2 deletions
|
@ -177,7 +177,6 @@ public:
|
|||
OutputManagementInterface *createOutputManagement(QObject *parent = nullptr);
|
||||
PlasmaShellInterface *createPlasmaShell(QObject *parent = nullptr);
|
||||
PlasmaWindowManagementInterface *createPlasmaWindowManagement(QObject *parent = nullptr);
|
||||
QtSurfaceExtensionInterface *createQtSurfaceExtension(QObject *parent = nullptr);
|
||||
IdleInterface *createIdle(QObject *parent = nullptr);
|
||||
FakeInputInterface *createFakeInput(QObject *parent = nullptr);
|
||||
ShadowManagerInterface *createShadowManager(QObject *parent = nullptr);
|
||||
|
|
|
@ -38,7 +38,6 @@ private:
|
|||
void render(const QSize &size);
|
||||
void render();
|
||||
void setupRegistry(KWayland::Client::Registry *registry);
|
||||
void toggleTimer();
|
||||
QThread *m_connectionThread;
|
||||
KWayland::Client::ConnectionThread *m_connectionThreadObject;
|
||||
KWayland::Client::EventQueue *m_eventQueue;
|
||||
|
|
Loading…
Reference in a new issue