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
a7c438b9
Commit
a7c438b9
authored
Oct 08, 2020
by
Bhushan Shah
📱
Browse files
input-method-v1: remove unused method InputPanelSurfaceV1Interface::id
This was simply unused
parent
3987c0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/inputmethod_v1_interface.cpp
View file @
a7c438b9
...
...
@@ -277,8 +277,8 @@ public:
:
zwp_input_panel_surface_v1
()
,
SurfaceRole
(
surface
)
,
q
(
q
)
,
m_id
(
id
)
{
Q_UNUSED
(
id
)
}
void
zwp_input_panel_surface_v1_set_overlay_panel
(
Resource
*
)
override
...
...
@@ -298,7 +298,6 @@ public:
}
InputPanelSurfaceV1Interface
*
const
q
;
const
quint32
m_id
;
};
InputPanelSurfaceV1Interface
::
InputPanelSurfaceV1Interface
(
SurfaceInterface
*
surface
,
quint32
id
,
QObject
*
parent
)
...
...
@@ -347,11 +346,6 @@ InputPanelV1Interface::InputPanelV1Interface(Display *display, QObject *parent)
InputPanelV1Interface
::~
InputPanelV1Interface
()
=
default
;
quint32
InputPanelSurfaceV1Interface
::
id
()
const
{
return
d
->
m_id
;
}
SurfaceInterface
*
InputPanelSurfaceV1Interface
::
surface
()
const
{
return
d
->
surface
();
...
...
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