VcsOutputWindow: Cleanup and modernize

Change-Id: I3239fb232207fb661bbcdf460ee01fb297720353
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2019-03-09 18:07:50 +01:00
committed by André Hartmann
parent f7625e82e9
commit ea8a1c85c1
2 changed files with 36 additions and 41 deletions

View File

@@ -89,7 +89,7 @@ public slots:
// Append text with a certain style (none by default),
// and maybe pop up (silent by default)
static void append(const QString &text, enum MessageStyle style = None, bool silently = false);
static void append(const QString &text, MessageStyle style = None, bool silently = false);
// Silently append text, do not pop up.
static void appendSilently(const QString &text);