forked from qt-creator/qt-creator
VcsBaseDiffEditorController: Remove unused stuff
Change-Id: I34cc9dee686929fb69253ba16ff0fd5fed023ca1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -4,20 +4,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "vcsbase_global.h"
|
||||
#include "vcsenums.h"
|
||||
|
||||
#include <diffeditor/diffeditorcontroller.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QTextCodec;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Core { class IDocument; }
|
||||
|
||||
namespace Utils {
|
||||
template <typename R> class AsyncTask;
|
||||
class Environment;
|
||||
class FilePath;
|
||||
class QtcProcess;
|
||||
} // Utils
|
||||
|
||||
@@ -35,15 +26,12 @@ public:
|
||||
|
||||
void setProcessEnvironment(const Utils::Environment &value);
|
||||
void setVcsBinary(const Utils::FilePath &path);
|
||||
void setVcsTimeoutS(int value);
|
||||
|
||||
protected:
|
||||
Utils::Tasking::TreeStorage<QString> inputStorage() const;
|
||||
Utils::Tasking::TaskItem postProcessTask();
|
||||
|
||||
void setupCommand(Utils::QtcProcess &process, const QStringList &args) const;
|
||||
void runCommand(const QList<QStringList> &args, RunFlags flags, QTextCodec *codec = nullptr);
|
||||
virtual void processCommandOutput(const QString &output);
|
||||
|
||||
private:
|
||||
friend class VcsBaseDiffEditorControllerPrivate;
|
||||
|
||||
Reference in New Issue
Block a user