From 7411d37db68911c59016472e3aead0634cf555ae Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Mon, 27 Jul 2020 17:09:49 +0200 Subject: Move sources to src/ && lots of features --- src/RWADBusAdaptor.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/RWADBusAdaptor.cpp (limited to 'src/RWADBusAdaptor.cpp') diff --git a/src/RWADBusAdaptor.cpp b/src/RWADBusAdaptor.cpp new file mode 100644 index 0000000..8fd9e7d --- /dev/null +++ b/src/RWADBusAdaptor.cpp @@ -0,0 +1,25 @@ +/* + * This file was generated by qdbusxml2cpp version 0.8 + * Command line was: qdbusxml2cpp -i RWADBusAdaptor.h -p :RWADBusAdaptor.cpp rwa.xml + * + * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. + * + * This is an auto-generated file. + * This file may have been hand-edited. Look for HAND-EDIT comments + * before re-generating it. + */ + +#include "RWADBusAdaptor.h" +/* + * Implementation of interface class OrgArcticaProjectRWAInterface + */ + +OrgArcticaProjectRWAInterface::OrgArcticaProjectRWAInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) + : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) +{ +} + +OrgArcticaProjectRWAInterface::~OrgArcticaProjectRWAInterface() +{ +} + -- cgit v1.2.3