Reenable Facebook Postings
This is what Tomaz said should be done. Thanks! Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c3be697858
commit
6504cd8c46
@ -4,8 +4,7 @@
|
||||
#include <QDebug>
|
||||
|
||||
FacebookPlugin::FacebookPlugin(QObject* parent) :
|
||||
fbConnectWidget(new FacebookConnectWidget()),
|
||||
fbUploadDialog(new SocialNetworkDialog())
|
||||
fbConnectWidget(new FacebookConnectWidget())
|
||||
{
|
||||
Q_UNUSED(parent)
|
||||
}
|
||||
@ -40,5 +39,5 @@ void FacebookPlugin::requestUpload()
|
||||
{
|
||||
FacebookManager *instance = FacebookManager::instance();
|
||||
if (instance->loggedIn())
|
||||
fbUploadDialog->exec();
|
||||
instance->sendDive();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user