mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-18 23:26:15 +00:00
desktop-widgets/.../facebook: Change Q_UNUSED to no parameter name
C++ permits use of parameters without name, which signals unused Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
e536682b84
commit
2b84482787
1 changed files with 1 additions and 2 deletions
|
@ -4,10 +4,9 @@
|
|||
|
||||
#include <QDebug>
|
||||
|
||||
FacebookPlugin::FacebookPlugin(QObject* parent) :
|
||||
FacebookPlugin::FacebookPlugin(QObject*) :
|
||||
fbConnectWidget(new FacebookConnectWidget())
|
||||
{
|
||||
Q_UNUSED(parent)
|
||||
}
|
||||
|
||||
bool FacebookPlugin::isConnected()
|
||||
|
|
Loading…
Add table
Reference in a new issue