forked from qt-creator/qt-creator
VcsCommand: Remove signals for communication with VcsOutputWindow
Call relevant methods directly, as we always run in main thread. Change-Id: I226c537ff986d6038d36ca4abcfee7584f5b57f4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -91,17 +91,8 @@ signals:
|
||||
void stdErrText(const QString &);
|
||||
void done();
|
||||
|
||||
void append(const QString &text);
|
||||
void appendSilently(const QString &text);
|
||||
void appendError(const QString &text);
|
||||
void appendCommand(const Utils::FilePath &workingDirectory, const Utils::CommandLine &command);
|
||||
void appendMessage(const QString &text);
|
||||
|
||||
void runCommandFinished(const Utils::FilePath &workingDirectory);
|
||||
|
||||
private:
|
||||
CommandResult runBlockingHelper(const Utils::CommandLine &command, int timeoutS);
|
||||
void postRunCommand(const Utils::FilePath &workingDirectory);
|
||||
|
||||
class Internal::VcsCommandPrivate *const d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user