From d70f85ce35c95115438fecd26c70dc08ae4a3dbb Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2015 17:57:13 -0800 Subject: Cloud storage: modify protocol for checking cloud connectivity In order to allow the backend to match account in multi user mode, it needs to know if the requests are coming from the same instance of Subsurface. Since I had to change the backend to add the ability to retrieve a location service userid I added this capability at the same time. Signed-off-by: Dirk Hohndel --- subsurface-core/qthelper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface-core/qthelper.h') diff --git a/subsurface-core/qthelper.h b/subsurface-core/qthelper.h index 4345afae0..5b3e5bdee 100644 --- a/subsurface-core/qthelper.h +++ b/subsurface-core/qthelper.h @@ -142,5 +142,6 @@ void setCurrentAppState(QByteArray state); extern "C" bool in_planner(); extern "C" void subsurface_mkdir(const char *dir); void init_proxy(); +QString getUUID(); #endif // QTHELPER_H -- cgit v1.2.3-70-g09d2