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
KWin
Commits
eea823bb
Commit
eea823bb
authored
Jan 12, 2021
by
Vlad Zahorodnii
Browse files
Remove unused field
parent
0dd79ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
x11client.cpp
View file @
eea823bb
...
...
@@ -186,9 +186,6 @@ X11Client::~X11Client()
Q_ASSERT
(
m_wrapper
==
XCB_WINDOW_NONE
);
Q_ASSERT
(
m_frame
==
XCB_WINDOW_NONE
);
Q_ASSERT
(
!
check_active_modal
);
for
(
auto
it
=
m_connections
.
constBegin
();
it
!=
m_connections
.
constEnd
();
++
it
)
{
disconnect
(
*
it
);
}
}
// Use destroyClient() or releaseWindow(), Client instances cannot be deleted directly
...
...
x11client.h
View file @
eea823bb
...
...
@@ -514,8 +514,6 @@ private:
QTimer
*
m_focusOutTimer
;
QList
<
QMetaObject
::
Connection
>
m_connections
;
QMetaObject
::
Connection
m_edgeRemoveConnection
;
QMetaObject
::
Connection
m_edgeGeometryTrackingConnection
;
...
...
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