Initialize variable

wilder
Kurt Hindenburg 4 years ago
parent e20dc5d4ef
commit 8abd80a076
  1. 2
      src/EscapeSequenceUrlExtractor.h

@ -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);

Loading…
Cancel
Save