Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
gattchar1.cpp
Go to the documentation of this file.
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Source file was org.bluez.GattCharacteristic1.xml
4 *
5 * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors.
6 *
7 * This is an auto-generated file.
8 * This file may have been hand-edited. Look for HAND-EDIT comments
9 * before re-generating it.
10 */
11
12#include "gattchar1_p.h"
13
14namespace QtBluetoothPrivate {
15
16/*
17 * Implementation of interface class OrgBluezGattCharacteristic1Interface
18 */
19
20OrgBluezGattCharacteristic1Interface::OrgBluezGattCharacteristic1Interface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
21 : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
22{
23}
24
28
29} // end of namespace QtBluetoothPrivate
30
31#include "moc_gattchar1_p.cpp"