aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit/gerritoptionspage.h
diff options
context:
space:
mode:
authorPetar Perisin <petar.perisin@gmail.com>2013-03-26 20:02:06 +0200
committerPetar Perisin <petar.perisin@gmail.com>2013-04-05 11:27:57 +0200
commit83d51b26913125e55e9390bd26cf04c4780cdf39 (patch)
tree6f43c41b89888b59c011d7565d71b38683a9d05e /src/plugins/git/gerrit/gerritoptionspage.h
parent42547062af82c42bd6224801b1e0c3dddfba58ee (diff)
Gerrit: added ability to save path for applying patches
Change-Id: I3cc8f1d19784145a7fbf19c321ccbc079847fbc2 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Petar Perisin <petar.perisin@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/gerrit/gerritoptionspage.h')
-rw-r--r--src/plugins/git/gerrit/gerritoptionspage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gerrit/gerritoptionspage.h b/src/plugins/git/gerrit/gerritoptionspage.h
index 5a9fd079a2..7e77c0897f 100644
--- a/src/plugins/git/gerrit/gerritoptionspage.h
+++ b/src/plugins/git/gerrit/gerritoptionspage.h
@@ -63,8 +63,10 @@ private:
QLineEdit *m_hostLineEdit;
QLineEdit *m_userLineEdit;
Utils::PathChooser *m_sshChooser;
+ Utils::PathChooser *m_repositoryChooser;
QSpinBox *m_portSpinBox;
QCheckBox *m_httpsCheckBox;
+ QCheckBox *m_promptPathCheckBox;
};
class GerritOptionsPage : public VcsBase::VcsBaseOptionsPage