forked from qt-creator/qt-creator
VcsOutputWindow: Cleanup and modernize
Change-Id: I3239fb232207fb661bbcdf460ee01fb297720353 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
f7625e82e9
commit
ea8a1c85c1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user