diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:42:33 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:37 -0800 |
commit | 44d715759c4be3921ef4591abaa8b13f8da24542 (patch) | |
tree | 4f0b34c3b1b67066dc7d82612f72cf2abfc66fc3 /desktop-widgets | |
parent | 1a54e42f3d5eeba0a4f579e82e74a57834500d0c (diff) | |
download | subsurface-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.cpp | 1 |
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() |