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
Konsole
Commits
c30c8737
Commit
c30c8737
authored
Nov 06, 2020
by
Kurt Hindenburg
Browse files
Fix comment spellings
parent
09710987
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/EscapeSequenceUrlExtractor.h
View file @
c30c8737
...
...
@@ -84,8 +84,8 @@ public:
*/
EscapeSequenceUrlExtractor
();
/* This is a list of URI schemas that are going to be supported, separated by semicol
l
on.
* like https://;ile://
/* This is a list of URI schemas that are going to be supported, separated by semicolon.
* like https://;
f
ile://
*/
void
setAllowedLinkSchema
(
const
QStringList
&
allowedSchemas
);
...
...
src/profile/Profile.h
View file @
c30c8737
...
...
@@ -316,7 +316,7 @@ public:
*/
AllowEscapedLinks
,
/** (String) Escape Sequence for Links schema,
* This tell us what kin
f
of links are accepted, for security rea
o
sn we can't accept
* This tell us what kin
d
of links are accepted, for security reas
o
n we can't accept
* some weird ones like git:// and ssh:// but if the user wants he can enable.
*/
EscapedLinksSchema
,
...
...
src/terminalDisplay/TerminalPainter.cpp
View file @
c30c8737
...
...
@@ -220,7 +220,7 @@ namespace Konsole
}
}
// Apply text scal
l
ing matrix
// Apply text scaling matrix
paint
.
setWorldTransform
(
QTransform
(
textScale
),
true
);
// Calculate the area in which the text will be drawn
...
...
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