From: Ivailo Monev Date: Thu, 27 Oct 2016 14:48:40 +0000 (+0000) Subject: minor access specifier cleanup X-Git-Tag: 4.12.0~6541 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4e444b2b4372813d3c7e524742caf6c53f57c90c;p=kde%2FKatie.git minor access specifier cleanup Signed-off-by: Ivailo Monev --- diff --git a/src/dbus/qdbusconnection_p.h b/src/dbus/qdbusconnection_p.h index 3a6227006..5e52e6447 100644 --- a/src/dbus/qdbusconnection_p.h +++ b/src/dbus/qdbusconnection_p.h @@ -155,7 +155,6 @@ public: DataList children; }; -public: // typedefs typedef QMultiHash WatcherHash; typedef QHash TimeoutHash; @@ -175,7 +174,6 @@ public: }; typedef QHash WatchedServicesHash; -public: // public methods are entry points from other objects explicit QDBusConnectionPrivate(QObject *parent = 0); ~QDBusConnectionPrivate(); @@ -256,7 +254,6 @@ public slots: void objectDestroyed(QObject *o); void relaySignal(QObject *obj, const QMetaObject *, int signalId, const QVariantList &args); -private slots: void serviceOwnerChangedNoLock(const QString &name, const QString &oldOwner, const QString &newOwner); void registerServiceNoLock(const QString &serviceName); void unregisterServiceNoLock(const QString &serviceName); @@ -305,7 +302,6 @@ public: QMutex callDeliveryMutex; QDBusCallDeliveryEvent *callDeliveryState; // protected by the callDeliveryMutex mutex -public: // static methods static int findSlot(QObject *obj, const QByteArray &normalizedName, QList& params); static bool prepareHook(QDBusConnectionPrivate::SignalHook &hook, QString &key,