From 20d1d2c385d3e1c0282b565ba26fe81113a51dee Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 28 May 2015 12:33:01 -0700 Subject: Remote storage: add preference for the passphrase While we don't expose it as this to the user, we'll need an ssh key and potentially a passphrase in order to communicate with the git server in our infrastructure. This simply sets up a way to store the passphrase. Signed-off-by: Dirk Hohndel --- qt-ui/preferences.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qt-ui') diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index aeccc961c..db454c6d8 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -465,6 +465,10 @@ void PreferencesDialog::loadSettings() GET_TXT("proxy_user", proxy_user); GET_TXT("proxy_pass", proxy_pass); s.endGroup(); + + s.beginGroup("RemoteStorage"); + GET_TXT("passphrase", passphrase); + s.endGroup(); } void PreferencesDialog::buttonClicked(QAbstractButton *button) -- cgit v1.2.3-70-g09d2