forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user