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
Utilities
Kate
Commits
8ab870c0
Commit
8ab870c0
authored
Oct 21, 2022
by
Waqar Ahmed
Browse files
Fix typo in comment
parent
f5eab8be
Pipeline
#252478
passed with stage
in 7 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateviewspace.cpp
View file @
8ab870c0
...
...
@@ -392,7 +392,7 @@ void KateViewSpace::removeView(KTextEditor::View *v)
bool
KateViewSpace
::
showView
(
KTextEditor
::
Document
*
document
)
{
/**
* nothing can be done if we have no
w
view ready here
* nothing can be done if we have no view ready here
*/
auto
it
=
m_docToView
.
find
(
document
);
if
(
it
==
m_docToView
.
end
())
{
...
...
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