Remove the PluginSystem

But keep the Interface so it's still userfull to create a new
SocialNetwork  when needed, but it will be part of the code,
and not a plugin.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-11-09 18:14:20 -02:00 committed by Dirk Hohndel
parent 66091ff853
commit f5f2c37184
5 changed files with 11 additions and 10 deletions

View file

@ -3,7 +3,7 @@
#include <QDebug>
FacebookPlugin::FacebookPlugin(QObject* parent): QObject(parent),
FacebookPlugin::FacebookPlugin(QObject* parent) :
fbConnectWidget(new FacebookConnectWidget()),
fbUploadDialog(new SocialNetworkDialog())
{