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
Konsole
Commits
8abd80a0
Commit
8abd80a0
authored
Jul 31, 2022
by
Kurt Hindenburg
Browse files
Initialize variable
parent
e20dc5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/EscapeSequenceUrlExtractor.h
View file @
8abd80a0
...
...
@@ -64,7 +64,7 @@ private:
QStringList
_allowedUriSchemas
;
/* Pointer to the Screen, that actually holds the text data. */
Screen
*
_screen
;
Screen
*
_screen
=
nullptr
;
void
appendUrlText_impl
(
QChar
c
);
...
...
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