diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-25 10:49:48 -0700 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-07-26 16:32:51 +0300 |
commit | 128fc5f4b81f036eeb76cda99704095673efbe8e (patch) | |
tree | 26f3b7daef8a4c8881f9129654e6136ea35bae5b /core/settings/qPrefCloudStorage.h | |
parent | 68b5fe9ccbbc7255a00d657cf29e6dc2515b8c3c (diff) | |
download | subsurface-128fc5f4b81f036eeb76cda99704095673efbe8e.tar.gz |
Whitespace cleanup core/settings
We can argue about any of the changes here, but they are the result of our
whitespace.pl script - so if any of this is offensive to you, part of the
resolution will be fixing the script...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/settings/qPrefCloudStorage.h')
-rw-r--r-- | core/settings/qPrefCloudStorage.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/core/settings/qPrefCloudStorage.h b/core/settings/qPrefCloudStorage.h index 30638c4ed..f92e0e1ef 100644 --- a/core/settings/qPrefCloudStorage.h +++ b/core/settings/qPrefCloudStorage.h @@ -46,34 +46,34 @@ public: static inline QString userid() { return prefs.userid; } public slots: - void set_cloud_base_url(const QString& value); - void set_cloud_git_url(const QString& value); - void set_cloud_storage_email(const QString& value); - void set_cloud_storage_email_encoded(const QString& value); - void set_cloud_storage_newpassword(const QString& value); - void set_cloud_storage_password(const QString& value); - void set_cloud_storage_pin(const QString& value); + void set_cloud_base_url(const QString &value); + void set_cloud_git_url(const QString &value); + void set_cloud_storage_email(const QString &value); + void set_cloud_storage_email_encoded(const QString &value); + void set_cloud_storage_newpassword(const QString &value); + void set_cloud_storage_password(const QString &value); + void set_cloud_storage_pin(const QString &value); void set_cloud_timeout(int value); void set_cloud_verification_status(int value); void set_git_local_only(bool value); void set_save_password_local(bool value); void set_save_userid_local(bool value); - void set_userid(const QString& value); + void set_userid(const QString &value); signals: - void cloud_base_url_changed(const QString& value); - void cloud_git_url_changed(const QString& value); - void cloud_storage_email_changed(const QString& value); - void cloud_storage_email_encoded_changed(const QString& value); - void cloud_storage_newpassword_changed(const QString& value); - void cloud_storage_password_changed(const QString& value); - void cloud_storage_pin_changed(const QString& value); + void cloud_base_url_changed(const QString &value); + void cloud_git_url_changed(const QString &value); + void cloud_storage_email_changed(const QString &value); + void cloud_storage_email_encoded_changed(const QString &value); + void cloud_storage_newpassword_changed(const QString &value); + void cloud_storage_password_changed(const QString &value); + void cloud_storage_pin_changed(const QString &value); void cloud_timeout_changed(int value); void cloud_verification_status_changed(int value); void git_local_only_changed(bool value); void save_password_local_changed(bool value); void save_userid_local_changed(bool value); - void userid_changed(const QString& value); + void userid_changed(const QString &value); private: // functions to load/sync variable with disk |