diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-31 09:46:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-31 04:18:34 -0700 |
commit | eef41a34037b376137265ac73f533a9c2f79ea60 (patch) | |
tree | a2eed86a556c94678f9f70bdcf1a8e2601ec20ba | |
parent | da740dfc19a6501009367cdabbb44691a81aacfa (diff) | |
download | subsurface-eef41a34037b376137265ac73f533a9c2f79ea60.tar.gz |
cleanup: remove loadFromCloud() declaration from QMLManager.h
This getter functions was not defined anywhere.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 0d2ef769e..e09084a8a 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -132,7 +132,6 @@ public: bool verboseEnabled() const; void setVerboseEnabled(bool verboseMode); - bool loadFromCloud() const; void setLoadFromCloud(bool done); void syncLoadFromCloud(); |