diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-03-25 12:30:07 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-03-26 14:20:54 +0000 |
commit | f44161bb9ac960ee8b0a804fbf6b3ca167138a9a (patch) | |
tree | df8d314f94dd1e14771b5823cd87549bf4ffdc23 /src/plugins/git/changeselectiondialog.cpp | |
parent | 65cd5381d96812546cb4b775785aa63483b4aa8c (diff) | |
download | qt-creator-f44161bb9ac960ee8b0a804fbf6b3ca167138a9a.tar.gz |
Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClient
Change-Id: I966a76ee4c1e5c45ac7332613e90cf511afc584c
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.cpp')
-rw-r--r-- | src/plugins/git/changeselectiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index 662e443f19..e1492e0951 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -59,7 +59,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(const QString &workingDirectory, Co , m_command(NoCommand) { setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); - m_gitExecutable = GitPlugin::instance()->gitClient()->gitExecutable(); + m_gitExecutable = GitPlugin::instance()->gitClient()->vcsBinary(); m_ui->setupUi(this); m_ui->workingDirectoryEdit->setText(workingDirectory); m_gitEnvironment = GitPlugin::instance()->gitClient()->processEnvironment(); |