From 486857f2b4264295a078de5dad541122186d22ab Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 8 Nov 2015 10:51:50 -0200 Subject: Make it possible to connect to facebook again Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface-core/pluginmanager.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'subsurface-core') diff --git a/subsurface-core/pluginmanager.cpp b/subsurface-core/pluginmanager.cpp index 5c0f22525..28c978280 100644 --- a/subsurface-core/pluginmanager.cpp +++ b/subsurface-core/pluginmanager.cpp @@ -40,8 +40,10 @@ void PluginManager::loadPlugins() if(!plugin) continue; - if (ISocialNetworkIntegration *social = qobject_cast(plugin)) + if (ISocialNetworkIntegration *social = qobject_cast(plugin)) { + qDebug() << "Adding the plugin: " << social->socialNetworkName(); _socialNetworks.push_back(social); + } } } -- cgit v1.2.3-70-g09d2