VcsCommand: Remove internal terminate() signal

This signal was emitted only from cancel() method and
used only when runCommand() was called. However, with
just 2 public usages of cancel() no-one was used
in conjunction with runCommand(). So, this signal is
no-op.

Change-Id: I2541c6498928d313faafc2fbe47ab609393486d1
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-10-05 11:40:45 +02:00
parent f4233a1c22
commit 688ec935cd
2 changed files with 1 additions and 11 deletions

View File

@@ -125,8 +125,6 @@ signals:
void stdErrText(const QString &);
void done();
void terminate(); // Internal
void append(const QString &text);
void appendSilently(const QString &text);
void appendError(const QString &text);