mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
d7d8660bbb
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
6 lines
148 B
C++
6 lines
148 B
C++
#include "isocialnetworkintegration.h"
|
|
|
|
//Hack for moc.
|
|
ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent) : QObject(parent)
|
|
{
|
|
}
|