aboutsummaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefDisplay.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-25 10:49:48 -0700
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-07-26 16:32:51 +0300
commit128fc5f4b81f036eeb76cda99704095673efbe8e (patch)
tree26f3b7daef8a4c8881f9129654e6136ea35bae5b /core/settings/qPrefDisplay.h
parent68b5fe9ccbbc7255a00d657cf29e6dc2515b8c3c (diff)
downloadsubsurface-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/qPrefDisplay.h')
-rw-r--r--core/settings/qPrefDisplay.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/settings/qPrefDisplay.h b/core/settings/qPrefDisplay.h
index 57cf15ba0..5d077fc2a 100644
--- a/core/settings/qPrefDisplay.h
+++ b/core/settings/qPrefDisplay.h
@@ -23,25 +23,25 @@ public:
void inline sync() { loadSync(true); }
public:
- static inline QString divelist_font() {return prefs.divelist_font; };
- static inline double font_size() {return prefs.font_size; };
- static inline bool display_invalid_dives() {return prefs.display_invalid_dives; };
- static inline bool show_developer() {return prefs.show_developer; };
- static inline QString theme() {return prefs.theme; };
+ static inline QString divelist_font() { return prefs.divelist_font; };
+ static inline double font_size() { return prefs.font_size; };
+ static inline bool display_invalid_dives() { return prefs.display_invalid_dives; };
+ static inline bool show_developer() { return prefs.show_developer; };
+ static inline QString theme() { return prefs.theme; };
public slots:
- void set_divelist_font(const QString& value);
+ void set_divelist_font(const QString &value);
void set_font_size(double value);
void set_display_invalid_dives(bool value);
void set_show_developer(bool value);
- void set_theme(const QString& value);
+ void set_theme(const QString &value);
signals:
- void divelist_font_changed(const QString& value);
+ void divelist_font_changed(const QString &value);
void font_size_changed(double value);
void display_invalid_dives_changed(bool value);
void show_developer_changed(bool value);
- void theme_changed(const QString& value);
+ void theme_changed(const QString &value);
private:
// functions to load/sync variable with disk