From a296f091c557c5eaffa5fe44fce3d657016c7310 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Wed, 30 Aug 2023 14:53:59 +0200 Subject: [PATCH] QDBusConnectionPrivate: Remove duplicated public sections Seeing a public keyword may make the reader mistakenly believe that the section above is not public. Change-Id: I074d54ed5f6a5b5911d4c6038d33e14d2c58abe0 Reviewed-by: Thiago Macieira --- src/dbus/qdbusconnection_p.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dbus/qdbusconnection_p.h b/src/dbus/qdbusconnection_p.h index 6eb5aa8763..bf04da01ba 100644 --- a/src/dbus/qdbusconnection_p.h +++ b/src/dbus/qdbusconnection_p.h @@ -136,7 +136,6 @@ public: DataList children; }; -public: // typedefs typedef QMultiHash WatcherHash; typedef QHash TimeoutHash; @@ -157,7 +156,6 @@ public: }; typedef QHash WatchedServicesHash; -public: // public methods are entry points from other objects explicit QDBusConnectionPrivate(QObject *parent = nullptr); ~QDBusConnectionPrivate(); @@ -315,7 +313,6 @@ public: bool dispatchEnabled; // protected by the dispatch lock, not the main lock bool isAuthenticated; -public: // static methods static int findSlot(QObject *obj, const QByteArray &normalizedName, QList ¶ms, QString &errorMsg);