aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-07-18 14:04:51 +0200
committerEike Ziller <eike.ziller@digia.com>2014-07-18 14:04:51 +0200
commitc571ecbd5106abebdd3f5867d53147e8b4b00f89 (patch)
tree6c354316a35161600a423a9c823113f366bdc666 /src/plugins/git/changeselectiondialog.h
parent292cf6c9e87d2c293be6eb2808530dbbd728c8b6 (diff)
parent7dfb7df471ef81a20f45693a2c54a130aca5786a (diff)
Merge remote-tracking branch 'origin/3.2'
Conflicts: src/plugins/git/changeselectiondialog.cpp src/plugins/git/changeselectiondialog.h src/plugins/git/gerrit/gerritplugin.cpp src/plugins/git/gitclient.cpp src/plugins/git/gitclient.h src/plugins/git/gitsettings.cpp src/plugins/git/gitsettings.h src/plugins/git/mergetool.cpp Change-Id: Icd1b2741da96395ed1b41903f453049a303e4791
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index 5650c22a2de..e6919464a18 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -89,7 +89,7 @@ private:
Ui::ChangeSelectionDialog *m_ui;
QProcess *m_process;
- Utils::FileName m_gitBinaryPath;
+ Utils::FileName m_gitExecutable;
QProcessEnvironment m_gitEnvironment;
ChangeCommand m_command;
QStringListModel *m_changeModel;