Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Kate
Commits
a3165104
Commit
a3165104
authored
Oct 11, 2020
by
Mark Nauwelaerts
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lspclient: correctly unregister the registered TextHintProvider
BUG: 427338
parent
5b0ca33d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
addons/lspclient/lspclientpluginview.cpp
addons/lspclient/lspclientpluginview.cpp
+1
-1
No files found.
addons/lspclient/lspclientpluginview.cpp
View file @
a3165104
...
...
@@ -469,7 +469,7 @@ public:
// unregister all text-hint providers, else we might crash
for
(
auto
view
:
qAsConst
(
m_hoverViews
))
{
qobject_cast
<
KTextEditor
::
TextHintInterface
*>
(
view
)
->
unregisterTextHintProvider
(
m_
h
over
.
data
());
qobject_cast
<
KTextEditor
::
TextHintInterface
*>
(
view
)
->
unregisterTextHintProvider
(
m_
forwardH
over
.
data
());
}
clearAllLocationMarks
();
...
...
Mark Nauwelaerts
@mnauwelaerts
mentioned in commit
1e7b6051
·
Oct 11, 2020
mentioned in commit
1e7b6051
mentioned in commit 1e7b6051a1de21ffa6d7281a5fd9e7771ee4a9f9
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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