mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make it possible to connect to facebook again
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
70e6840d51
commit
486857f2b4
4 changed files with 10 additions and 2 deletions
|
@ -275,6 +275,7 @@ void FacebookManager::sendDive()
|
|||
}
|
||||
|
||||
FacebookConnectWidget::FacebookConnectWidget(QWidget *parent) : QDialog(parent), ui(new Ui::FacebookConnectWidget) {
|
||||
ui->setupUi(this);
|
||||
FacebookManager *fb = FacebookManager::instance();
|
||||
facebookWebView = new QWebView(this);
|
||||
ui->fbWebviewContainer->layout()->addWidget(facebookWebView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue