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
910ebb12
Commit
910ebb12
authored
Jul 18, 2022
by
Waqar Ahmed
Browse files
externalTools: Fix checkExec
parent
f6743520
Pipeline
#206430
passed with stage
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/externaltools/kateexternaltool.cpp
View file @
910ebb12
...
...
@@ -126,7 +126,7 @@ QString toString(KateExternalTool::Trigger trigger)
bool
KateExternalTool
::
checkExec
()
const
{
return
safeExecutableName
(
executable
).
isEmpty
();
return
!
safeExecutableName
(
executable
).
isEmpty
();
}
bool
KateExternalTool
::
matchesMimetype
(
const
QString
&
mt
)
const
...
...
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