diff options
| author | Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> | 2023-09-06 10:50:39 +0200 |
|---|---|---|
| committer | Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> | 2023-09-11 15:26:56 +0200 |
| commit | 9ff099e9661ec75f997e334a4f2bbed3ace4a91c (patch) | |
| tree | 1ce9b31c316ca470902a3a1b262d44a09404efaf | |
| parent | 4c2f944958e7903ac053593a6357453e7eac712d (diff) | |
QDBusArgumentPrivate: Remove duplicate public sections
Do the same for the derived classes.
Change-Id: Ieec1d222a96775d57af91f9c6757648561b75e53
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
| -rw-r--r-- | src/dbus/qdbusargument_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dbus/qdbusargument_p.h b/src/dbus/qdbusargument_p.h index 540692cb9e8..5f273c32941 100644 --- a/src/dbus/qdbusargument_p.h +++ b/src/dbus/qdbusargument_p.h @@ -55,7 +55,6 @@ public: static inline QDBusArgumentPrivate *d(QDBusArgument &q) { return q.d; } -public: DBusMessage *message; QAtomicInt ref; int capabilities; @@ -109,7 +108,6 @@ public: bool appendRegisteredType(const QVariant &arg); bool appendCrossMarshalling(QDBusDemarshaller *arg); -public: DBusMessageIter iterator; QDBusMarshaller *parent; QByteArray *ba; @@ -168,7 +166,6 @@ public: QDBusArgument::ElementType currentType(); bool isCurrentTypeStringLike(); -public: DBusMessageIter iterator; QDBusDemarshaller *parent; |
