mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,7 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
FacebookPlugin::FacebookPlugin(QObject* parent) :
|
FacebookPlugin::FacebookPlugin(QObject* parent) :
|
||||||
fbConnectWidget(new FacebookConnectWidget()),
|
fbConnectWidget(new FacebookConnectWidget())
|
||||||
fbUploadDialog(new SocialNetworkDialog())
|
|
||||||
{
|
{
|
||||||
Q_UNUSED(parent)
|
Q_UNUSED(parent)
|
||||||
}
|
}
|
||||||
|
@ -40,5 +39,5 @@ void FacebookPlugin::requestUpload()
|
||||||
{
|
{
|
||||||
FacebookManager *instance = FacebookManager::instance();
|
FacebookManager *instance = FacebookManager::instance();
|
||||||
if (instance->loggedIn())
|
if (instance->loggedIn())
|
||||||
fbUploadDialog->exec();
|
instance->sendDive();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue