mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #140 , adjust sample for DBus marshalling / unmarshalling in order to test "tupel-ized" classes
* Added further DBus tests * Crossover from refs #85 , removed dependency from generator adaptor and XML files, as this will not work anymore in the future * Removed from .pro DBUS_ADAPTORS , DBUS_INTERFACES, QDBUSXML2CPP_INTERFACE_HEADER_FLAGS , QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS * Added interface, as this will be no longer generated * Removed samples no longer required, the sample no represents a framework to test DBus marshalling / unmarshalling
This commit is contained in:
11
samples/blackmiscdbus/testservice_interface.cpp
Normal file
11
samples/blackmiscdbus/testservice_interface.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "testservice_interface.h"
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
TestServiceInterface::TestServiceInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
|
||||
: QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
|
||||
{}
|
||||
|
||||
TestServiceInterface::~TestServiceInterface()
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user