Skip to content
GitLab
Menu
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
69a1c171
Commit
69a1c171
authored
Feb 08, 2022
by
Waqar Ahmed
Committed by
Christoph Cullmann
Feb 08, 2022
Browse files
Remove stray KColorScheme var
parent
93e5bb17
Pipeline
#135054
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kate/katedocmanager.cpp
View file @
69a1c171
...
...
@@ -580,8 +580,6 @@ void KateDocManager::slotModChanged1(KTextEditor::Document *doc)
void
KateDocManager
::
documentOpened
()
{
KColorScheme
colors
(
QPalette
::
Active
);
KTextEditor
::
Document
*
doc
=
qobject_cast
<
KTextEditor
::
Document
*>
(
sender
());
if
(
!
doc
)
{
return
;
// should never happen, but who knows
...
...
Write
Preview
Supports
Markdown
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