From 38c34eeca315c7be58e65d4d3fb72aaf7b866719 Mon Sep 17 00:00:00 2001 From: Serg Podtynnyi Date: Sat, 4 Feb 2023 00:14:53 +0700 Subject: Add clang-format and format code as in Frameworks --- src/statusbar/mountpointobservercache.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/statusbar/mountpointobservercache.h') diff --git a/src/statusbar/mountpointobservercache.h b/src/statusbar/mountpointobservercache.h index ab16fa760..92e1b6be3 100644 --- a/src/statusbar/mountpointobservercache.h +++ b/src/statusbar/mountpointobservercache.h @@ -21,23 +21,23 @@ class MountPointObserverCache : public QObject ~MountPointObserverCache() override; public: - static MountPointObserverCache* instance(); + static MountPointObserverCache *instance(); /** * Returns a MountPointObserver for the given \a url. A new observer is created if necessary. */ - MountPointObserver* observerForUrl(const QUrl& url); + MountPointObserver *observerForUrl(const QUrl &url); private Q_SLOTS: /** * Removes the given \a observer from the cache. */ - void slotObserverDestroyed(QObject* observer); + void slotObserverDestroyed(QObject *observer); private: - QHash m_observerForMountPoint; - QHash m_mountPointForObserver; - QTimer* m_updateTimer; + QHash m_observerForMountPoint; + QHash m_mountPointForObserver; + QTimer *m_updateTimer; friend class MountPointObserverCacheSingleton; }; -- cgit v1.3