summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 20:42:33 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 21:50:37 -0800
commit44d715759c4be3921ef4591abaa8b13f8da24542 (patch)
tree4f0b34c3b1b67066dc7d82612f72cf2abfc66fc3 /desktop-widgets
parent1a54e42f3d5eeba0a4f579e82e74a57834500d0c (diff)
downloadsubsurface-44d715759c4be3921ef4591abaa8b13f8da24542.tar.gz
Silence warnings in facebook_integration.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/plugins/facebook/facebook_integration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.cpp b/desktop-widgets/plugins/facebook/facebook_integration.cpp
index 21ad6f733..58d757e87 100644
--- a/desktop-widgets/plugins/facebook/facebook_integration.cpp
+++ b/desktop-widgets/plugins/facebook/facebook_integration.cpp
@@ -7,6 +7,7 @@ FacebookPlugin::FacebookPlugin(QObject* parent) :
fbConnectWidget(new FacebookConnectWidget()),
fbUploadDialog(new SocialNetworkDialog())
{
+ Q_UNUSED(parent)
}
bool FacebookPlugin::isConnected()