diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-10-09 20:15:26 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:52 -0700 |
commit | d3a8288ad5a25db502cb0c782b72c3242f3f30e9 (patch) | |
tree | ff2a9f627812c91e2d64167ddf78822bea88d62b /subsurface-core | |
parent | 9d1117cd6c513b6b64f45520a60051a1717ca50b (diff) | |
download | subsurface-d3a8288ad5a25db502cb0c782b72c3242f3f30e9.tar.gz |
Populate the MainMenu with social network actions
The magic happens here: We are iterating over the plugins
and populating the main menu with all actions provided by
them. Currently we can't test this as we don't have a single
plugin. Next patch series of commits will be adding the
Facebook plugin.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core')
-rw-r--r-- | subsurface-core/isocialnetworkintegration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/isocialnetworkintegration.h b/subsurface-core/isocialnetworkintegration.h index 9e54c87ab..97ff91dc2 100644 --- a/subsurface-core/isocialnetworkintegration.h +++ b/subsurface-core/isocialnetworkintegration.h @@ -11,6 +11,7 @@ */ class ISocialNetworkIntegration { +public: /*! * @name socialNetworkName * @brief The name of this social network |