forked from qt-creator/qt-creator
VCS: Replace AbstractCheckoutJob with Command
Command now provides the same functionality. Deduplicate code. Change-Id: I789f021050471281870b6ef6a81a94e66fbdf0c7 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
27e53f746f
commit
aefd61478a
@@ -101,6 +101,7 @@ public:
|
||||
void setCodec(QTextCodec *codec);
|
||||
|
||||
void setProgressParser(ProgressParser *parser);
|
||||
void setProgressiveOutput(bool progressive);
|
||||
|
||||
Utils::SynchronousProcessResponse runVcs(const QStringList &arguments, int timeoutMS);
|
||||
// Make sure to not pass through the event loop at all:
|
||||
@@ -113,6 +114,7 @@ private:
|
||||
|
||||
private slots:
|
||||
void bufferedOutput(const QString &text);
|
||||
void bufferedError(const QString &text);
|
||||
|
||||
signals:
|
||||
void output(const QString &);
|
||||
|
||||
Reference in New Issue
Block a user