diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-27 17:09:49 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-27 17:13:25 +0200 |
| commit | 7411d37db68911c59016472e3aead0634cf555ae (patch) | |
| tree | 72238bf0774ad15a1ac5326ba4607f6caeb7f48f /src/RWADBusAdaptor.cpp | |
| parent | 77eefb1b2364737d824cc4cbefbe4b7bb1fd55b9 (diff) | |
| download | RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.gz RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.bz2 RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.zip | |
Move sources to src/ && lots of features
Diffstat (limited to 'src/RWADBusAdaptor.cpp')
| -rw-r--r-- | src/RWADBusAdaptor.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
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() +{ +} + |
