diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-01-17 21:15:43 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-18 08:56:00 +0100 |
commit | ee17024ac5a5be574a78016209f3f9da19e48576 (patch) | |
tree | 677a163ebc47b0fd5240dca2b3b3d86d083a3c04 /desktop-widgets/preferences/preferences_network.cpp | |
parent | 2d24dceafa3b8b41d44df6438cb5f52e5de2d4da (diff) | |
download | subsurface-ee17024ac5a5be574a78016209f3f9da19e48576.tar.gz |
Remove redundant QML getter functions
QMLManager was full of redundant getter functions of the type
bool QMLManager::locationServiceAvailable() const
{
return m_locationServiceAvailable;
}
These can be removed changing READ keywords to MEMBER keywords
in the QPROPERTY declarations.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/preferences/preferences_network.cpp')
0 files changed, 0 insertions, 0 deletions