VcsCommand: Use Qt5-style connects

Change-Id: I81688ce998bf9f8d47b7d88e639699b626be90dd
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2015-01-19 13:22:20 +01:00
parent e7e8f2265e
commit 6fe3eec590
5 changed files with 24 additions and 19 deletions

View File

@@ -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,