aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gerrit/gerritoptionspage.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-02-23 23:00:22 +0200
committerOrgad Shaneh <orgads@gmail.com>2017-02-27 09:58:28 +0000
commitd319e6681168da4b987aafaa496c82756073d730 (patch)
tree4bf0f2a4a90d06f3380966f49cba10feae01bde0 /src/plugins/git/gerrit/gerritoptionspage.h
parentbcc20d1a2bd58a6215be8d3f6881f16931ad3942 (diff)
Gerrit: Add curl to settings
Will be used for REST queries. Change-Id: Iad5c70c8451764da691120b42e45d0991a757149 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/git/gerrit/gerritoptionspage.h')
-rw-r--r--src/plugins/git/gerrit/gerritoptionspage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gerrit/gerritoptionspage.h b/src/plugins/git/gerrit/gerritoptionspage.h
index 0ac67bb081..7395b95de1 100644
--- a/src/plugins/git/gerrit/gerritoptionspage.h
+++ b/src/plugins/git/gerrit/gerritoptionspage.h
@@ -56,6 +56,7 @@ private:
QLineEdit *m_hostLineEdit;
QLineEdit *m_userLineEdit;
Utils::PathChooser *m_sshChooser;
+ Utils::PathChooser *m_curlChooser;
QSpinBox *m_portSpinBox;
QCheckBox *m_httpsCheckBox;
};