diff options
author | jan Iversen <jani@apache.org> | 2018-07-21 18:12:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-25 08:35:04 -0700 |
commit | 3eae683b57d225c680a430c83db1425c38765742 (patch) | |
tree | 48ee9bacf8474a8147dca07dd791d2e5ddd7b993 /.travis.yml | |
parent | 87d8963c788ab4618beea59e15e18982a4ec0373 (diff) | |
download | subsurface-3eae683b57d225c680a430c83db1425c38765742.tar.gz |
core: make qPrefAnimations/CloudStorage getters static and inline
Add static and inline to getter in all qPref header files
Remove call to GET_PREFERENCE_* in qPrefDisplay.cpp
Remove GET_PREFERENCE_* from qPrefPrivate.h
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 '.travis.yml')
0 files changed, 0 insertions, 0 deletions