aboutsummaryrefslogtreecommitdiffstats
path: root/core/isocialnetworkintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/isocialnetworkintegration.cpp')
-rw-r--r--core/isocialnetworkintegration.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/isocialnetworkintegration.cpp b/core/isocialnetworkintegration.cpp
new file mode 100644
index 000000000..eb1e82a49
--- /dev/null
+++ b/core/isocialnetworkintegration.cpp
@@ -0,0 +1,6 @@
+#include "isocialnetworkintegration.h"
+
+//Hack for moc.
+ISocialNetworkIntegration::ISocialNetworkIntegration(QObject* parent) : QObject(parent)
+{
+}