summaryrefslogtreecommitdiffstats
path: root/subsurface-core/isocialnetworkintegration.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2016-03-06 21:39:19 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-07 11:21:44 -0800
commitd7d8660bbb7fd0e5a8f3da6631ec02512f0cb49a (patch)
treed5546bd47da8640c9c285eadd648a8af01bf4377 /subsurface-core/isocialnetworkintegration.cpp
parent5bf0e48700004c093f9f755d36ae1bec2ebb85d3 (diff)
downloadsubsurface-d7d8660bbb7fd0e5a8f3da6631ec02512f0cb49a.tar.gz
Clean up more unused variables
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/isocialnetworkintegration.cpp')
-rw-r--r--subsurface-core/isocialnetworkintegration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/isocialnetworkintegration.cpp b/subsurface-core/isocialnetworkintegration.cpp
index 4a2ccdf71..eb1e82a49 100644
--- a/subsurface-core/isocialnetworkintegration.cpp
+++ b/subsurface-core/isocialnetworkintegration.cpp
@@ -1,6 +1,6 @@
#include "isocialnetworkintegration.h"
//Hack for moc.
-ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent)
+ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent) : QObject(parent)
{
}