aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforceplugin.h
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2015-07-13 10:29:59 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-21 08:22:03 +0000
commit0a0a620489efd4cfebfb34edc3f4dc60c5e1b1f5 (patch)
tree687038fcbbc9374cb12451009057eabb0028fd0d /src/plugins/perforce/perforceplugin.h
parent9d8441986e7e1ca74d1b45217e3a0b85463a165c (diff)
Perforce: Diff for files in submit changelist dialog works
Perforce repositories configured with P4CONFIG had a bug in the submit dialog, one could not see the differences for the submited files. Change-Id: Ie15fd66667dca1c0863a29e87ff76583d9aa3bbb Task-number: QTCREATORBUG-14538 Reviewed-by: Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/perforce/perforceplugin.h')
-rw-r--r--src/plugins/perforce/perforceplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/perforce/perforceplugin.h b/src/plugins/perforce/perforceplugin.h
index 251166a3231..a202b5687f5 100644
--- a/src/plugins/perforce/perforceplugin.h
+++ b/src/plugins/perforce/perforceplugin.h
@@ -246,7 +246,6 @@ private:
bool m_submitActionTriggered;
QAction *m_diffSelectedFiles;
QString m_commitMessageFileName;
- QString m_commitWorkingDirectory;
mutable QString m_tempFilePattern;
QAction *m_undoAction;
QAction *m_redoAction;