diff options
author | Patrick Valsecchi <patrick@thus.ch> | 2015-02-02 16:52:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-02 08:00:49 -0800 |
commit | 7e0ff8c1e43e9f8ae76e283046c00223a38cbece (patch) | |
tree | f8267963255cfe5b0c0b219e088eade4ab7dfbfa /qt-ui/preferences.cpp | |
parent | 343d06fa5c171a4691de03659132f01c2ba5c662 (diff) | |
download | subsurface-7e0ff8c1e43e9f8ae76e283046c00223a38cbece.tar.gz |
Fixed CMakeLists.txt to work with Qt5
Signed-off-by: Patrick Valsecchi <patrick@thus.ch>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.cpp')
-rw-r--r-- | qt-ui/preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index 05d638567..ab241f358 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -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); |