From 287977b04c876cea73491d902a9f7353785730ec Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 8 Nov 2015 10:58:59 -0200 Subject: Change from uploadCurrentDive to requestUpload call Since we can't forbit the plugins to upload more than just the current dive, it's better to change the name of the call. also add a stub to make sure it's calling the right method inside the plugin. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface-core/isocialnetworkintegration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurface-core/isocialnetworkintegration.h') diff --git a/subsurface-core/isocialnetworkintegration.h b/subsurface-core/isocialnetworkintegration.h index 778a171b3..0a38f951f 100644 --- a/subsurface-core/isocialnetworkintegration.h +++ b/subsurface-core/isocialnetworkintegration.h @@ -64,7 +64,7 @@ public: * to update to the social network. All widget stuff related to sendint * dive information should be executed inside this function. */ - virtual void uploadCurrentDive() = 0; + virtual void requestUpload() = 0; }; Q_DECLARE_INTERFACE(ISocialNetworkIntegration, "org.subsurface.ISocialNetworkIntegration.v1") -- cgit v1.2.3-70-g09d2