Clean up more unused variables

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-06 21:39:19 -03:00 committed by Dirk Hohndel
parent 5bf0e48700
commit d7d8660bbb
6 changed files with 46 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#include "isocialnetworkintegration.h"
//Hack for moc.
ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent)
ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent) : QObject(parent)
{
}