mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
facebook_integration.cpp: add return statement to a 'bool' method
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
9614952611
commit
e7cd9d615c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FacebookPlugin::FacebookPlugin(QObject* parent): QObject(parent)
|
|||
|
||||
bool FacebookPlugin::isConnected()
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void FacebookPlugin::requestLogin()
|
||||
|
|
Loading…
Add table
Reference in a new issue