diff options
author | jan Iversen <jani@apache.org> | 2018-07-18 22:15:07 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-25 08:35:04 -0700 |
commit | 87d8963c788ab4618beea59e15e18982a4ec0373 (patch) | |
tree | 8b144d791b701eb3e581638a4dce8527552d7b93 /core/settings/qPrefCloudStorage.h | |
parent | 7f4123d0d1de12dd262bfa29a929115bdd0f67a1 (diff) | |
download | subsurface-87d8963c788ab4618beea59e15e18982a4ec0373.tar.gz |
core: make qPrefDisplay getters static and inline
Add static and inline to getter in all qPref header files
Remove call to GET_PREFERENCE_* in qPrefDisplay.cpp
static inline is slightly faster than a function call, but it saves
a lot of coding lines (no lines in qPref*.cpp). Getters are a direct
reference to struct preferences, so they will normally only be used
from QML.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings/qPrefCloudStorage.h')
0 files changed, 0 insertions, 0 deletions