Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWayland Server
Commits
2e2441bd
Commit
2e2441bd
authored
Oct 21, 2020
by
Laurent Montel
Browse files
Remove not implemented method
parent
8a6d17f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/display.h
View file @
2e2441bd
...
...
@@ -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
);
...
...
tests/touchclienttest.h
View file @
2e2441bd
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment