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>
|
||||
|
||||
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…
Add table
Reference in a new issue