mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fixed CMakeLists.txt to work with Qt5
Signed-off-by: Patrick Valsecchi <patrick@thus.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
343d06fa5c
commit
7e0ff8c1e4
2 changed files with 28 additions and 38 deletions
|
@ -86,7 +86,7 @@ void PreferencesDialog::facebookLoggedIn()
|
|||
void PreferencesDialog::facebookDisconnect()
|
||||
{
|
||||
#if !defined(Q_OS_ANDROID) && defined(FBSUPPORT)
|
||||
// remove the disconnect button
|
||||
// remove the connect/disconnect button
|
||||
// and instead add the login view
|
||||
ui.fbLayout->removeItem(ui.fbLayout->itemAt(1));
|
||||
ui.fbLayout->addWidget(facebookWebView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue