aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-21 18:10:34 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-21 12:48:04 -0700
commit2b84482787ccd59bb717918ee6ee45b325681b7c (patch)
tree89c9121528deabe879f1480c46cc439bca743ac4
parente536682b84eda7444be1c9b85e0d5942596c6914 (diff)
downloadsubsurface-2b84482787ccd59bb717918ee6ee45b325681b7c.tar.gz
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>
-rw-r--r--desktop-widgets/plugins/facebook/facebook_integration.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.cpp b/desktop-widgets/plugins/facebook/facebook_integration.cpp
index f1f7e3846..30fa83610 100644
--- a/desktop-widgets/plugins/facebook/facebook_integration.cpp
+++ b/desktop-widgets/plugins/facebook/facebook_integration.cpp
@@ -4,10 +4,9 @@
#include <QDebug>
-FacebookPlugin::FacebookPlugin(QObject* parent) :
+FacebookPlugin::FacebookPlugin(QObject*) :
fbConnectWidget(new FacebookConnectWidget())
{
- Q_UNUSED(parent)
}
bool FacebookPlugin::isConnected()