forked from qt-creator/qt-creator
VcsCommand: Use Qt5-style connects
Change-Id: I81688ce998bf9f8d47b7d88e639699b626be90dd Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -109,7 +109,9 @@ public slots:
|
||||
|
||||
// Append a command, prepended by a log time stamp. "Executing: vcs -diff"
|
||||
// will result in "10:00 Executing: vcs -diff" in bold
|
||||
static void appendCommand(const QString &text);
|
||||
// Filter passwords from URLs while doing this.
|
||||
static void appendShellCommandLine(const QString &text);
|
||||
|
||||
// Append a standard-formatted entry for command execution
|
||||
// (see msgExecutionLogEntry).
|
||||
static void appendCommand(const QString &workingDirectory,
|
||||
|
||||
Reference in New Issue
Block a user