GitClient: Introduce execWithEditor()

Change-Id: I3a7edde4b978cb8e99fe0020d69a0a5e3e09c0fb
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-12-08 20:41:43 +01:00
parent 287a7c9268
commit 0cdfac0cb5
3 changed files with 17 additions and 4 deletions

View File

@@ -99,6 +99,9 @@ public:
VcsBaseEditorWidget *editor = nullptr,
bool useOutputToWindow = false,
RunFlags additionalFlags = RunFlags::None) const;
void vcsExecWithEditor(const Utils::FilePath &workingDirectory,
const QStringList &arguments,
VcsBaseEditorWidget *editor) const;
protected:
void resetCachedVcsInfo(const Utils::FilePath &workingDir);