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
8ff96b84
Commit
8ff96b84
authored
Mar 05, 2021
by
Marcell Fülöp
Browse files
!typo...
parent
0e79a6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kate/kateapp.cpp
View file @
8ff96b84
...
...
@@ -396,7 +396,7 @@ bool KateApp::setCursor(int line, int column)
}
bool
KateApp
::
hasCursorInArgs
()
{
return
m_args
.
isSet
(
QStringLiteral
(
"line"
))
||
m_args
.
isSet
(
QStringLiteral
(
"c"
));
return
m_args
.
isSet
(
QStringLiteral
(
"line"
))
||
m_args
.
isSet
(
QStringLiteral
(
"c
olumn
"
));
}
bool
KateApp
::
openInput
(
const
QString
&
text
,
const
QString
&
encoding
)
...
...
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