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>bb10
parent
4c2f944958
commit
9ff099e966
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue