client: Remove unused member variable in TextInputV3
Pick-to: 6.7 Change-Id: I717f16d6ff055b2c0221bfd9cae1bdc9fa7f6513 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
21f03c33b0
commit
d01b735d50
@ -22,9 +22,8 @@ namespace QtWaylandClient {
|
|||||||
QWaylandTextInputv3::QWaylandTextInputv3(QWaylandDisplay *display,
|
QWaylandTextInputv3::QWaylandTextInputv3(QWaylandDisplay *display,
|
||||||
struct ::zwp_text_input_v3 *text_input)
|
struct ::zwp_text_input_v3 *text_input)
|
||||||
: QtWayland::zwp_text_input_v3(text_input)
|
: QtWayland::zwp_text_input_v3(text_input)
|
||||||
, m_display(display)
|
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(display)
|
||||||
}
|
}
|
||||||
|
|
||||||
QWaylandTextInputv3::~QWaylandTextInputv3()
|
QWaylandTextInputv3::~QWaylandTextInputv3()
|
||||||
|
@ -63,7 +63,6 @@ protected:
|
|||||||
void zwp_text_input_v3_done(uint32_t serial) override;
|
void zwp_text_input_v3_done(uint32_t serial) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QWaylandDisplay *m_display;
|
|
||||||
QWaylandInputMethodEventBuilder m_builder;
|
QWaylandInputMethodEventBuilder m_builder;
|
||||||
|
|
||||||
::wl_surface *m_surface = nullptr; // ### Here for debugging purposes
|
::wl_surface *m_surface = nullptr; // ### Here for debugging purposes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user