X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/statusbar/mountpointobserver.h?ds=sidebyside diff --git a/src/statusbar/mountpointobserver.h b/src/statusbar/mountpointobserver.h index 30d5f8f7d..9f5346d49 100644 --- a/src/statusbar/mountpointobserver.h +++ b/src/statusbar/mountpointobserver.h @@ -68,20 +68,20 @@ public: */ static MountPointObserver* observerForUrl(const QUrl& url); -signals: +Q_SIGNALS: /** * This signal is emitted when the size has been retrieved. */ void spaceInfoChanged(quint64 size, quint64 available); -public slots: +public Q_SLOTS: /** * If this slot is invoked, MountPointObserver starts a new driveSize job * to get the drive's size. */ void update(); -private slots: +private Q_SLOTS: void freeSpaceResult(KIO::Job* job, KIO::filesize_t size, KIO::filesize_t available); private: