blob: 1786254f3d03b5014ad5b5d7537ab04b967c9bcb (
plain) (
blame)
1
2
3
4
5
6
7
|
// SPDX-License-Identifier: GPL-2.0
#include "isocialnetworkintegration.h"
//Hack for moc.
ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent) : QObject(parent)
{
}
|