summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/properties_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/properties_p.h')
-rw-r--r--src/bluetooth/bluez/properties_p.h21
1 files changed, 17 insertions, 4 deletions
diff --git a/src/bluetooth/bluez/properties_p.h b/src/bluetooth/bluez/properties_p.h
index 16a43e80..83286526 100644
--- a/src/bluetooth/bluez/properties_p.h
+++ b/src/bluetooth/bluez/properties_p.h
@@ -1,8 +1,8 @@
/*
* This file was generated by qdbusxml2cpp version 0.8
- * Command line was: qdbusxml2cpp -p properties_p.h:properties.cpp org.freedesktop.dbus.properties.xml
+ * Command line was: qdbusxml2cpp -I QtCore/private/qglobal_p.h -p properties_p.h:properties.cpp org.freedesktop.dbus.properties.xml
*
- * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd.
+ * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
*
* This is an auto-generated file.
* Do not edit! All changes made to it will be lost.
@@ -11,6 +11,17 @@
#ifndef PROPERTIES_P_H
#define PROPERTIES_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtCore/QObject>
#include <QtCore/QByteArray>
#include <QtCore/QList>
@@ -19,6 +30,7 @@
#include <QtCore/QStringList>
#include <QtCore/QVariant>
#include <QtDBus/QtDBus>
+#include <QtCore/private/qglobal_p.h>
/*
* Proxy class for interface org.freedesktop.DBus.Properties
@@ -58,13 +70,14 @@ public Q_SLOTS: // METHODS
}
Q_SIGNALS: // SIGNALS
- void PropertiesChanged(const QString &interface, const QVariantMap &changed_properties, const QStringList &invalidated_properties);
+ void PropertiesChanged(const QString &interface, const QVariantMap &changed_properties, const QStringList &invalidated_properties,
+ const QDBusMessage &msg);
};
namespace org {
namespace freedesktop {
namespace DBus {
- typedef ::OrgFreedesktopDBusPropertiesInterface Properties;
+ using Properties = ::OrgFreedesktopDBusPropertiesInterface;
}
}
}