summaryrefslogtreecommitdiffstats
path: root/subsurface-core/isocialnetworkintegration.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-11-08 10:58:59 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-08 09:44:55 -0800
commit287977b04c876cea73491d902a9f7353785730ec (patch)
treea6e6baf0a1344ddc3d72e6e315ad71d954bbe45e /subsurface-core/isocialnetworkintegration.h
parent486857f2b4264295a078de5dad541122186d22ab (diff)
downloadsubsurface-287977b04c876cea73491d902a9f7353785730ec.tar.gz
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 <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/isocialnetworkintegration.h')
-rw-r--r--subsurface-core/isocialnetworkintegration.h2
1 files changed, 1 insertions, 1 deletions
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")