mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move CloudStorage out of the widgets
Cloud Storage is a non-gui based class, we currently use two different approaches for cloud storage, one on the desktop target and other on the mobile target, we should use only one. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
411f455291
commit
8b7427c56d
5 changed files with 139 additions and 119 deletions
|
@ -81,6 +81,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
imagedownloader.cpp
|
||||
isocialnetworkintegration.cpp
|
||||
gpslocation.cpp
|
||||
cloudstorage.cpp
|
||||
|
||||
#Subsurface Qt have the Subsurface structs QObjectified for easy access via QML.
|
||||
subsurface-qt/DiveObjectHelper.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue