X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/statusbar/dolphinstatusbar.h diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index b34f80203..7b4434539 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -79,12 +79,12 @@ public: */ void updateSpaceInfo(); -public slots: +public Q_SLOTS: void setText(const QString& text); void setUrl(const QUrl& url); void setZoomLevel(int zoomLevel); -signals: +Q_SIGNALS: /** * Is emitted if the stop-button has been pressed during showing a progress. */ @@ -95,7 +95,7 @@ signals: protected: void contextMenuEvent(QContextMenuEvent* event) override; -private slots: +private Q_SLOTS: void showZoomSliderToolTip(int zoomLevel); void updateProgressInfo(); @@ -124,6 +124,7 @@ private: QString m_text; QString m_defaultText; KSqueezedTextLabel* m_label; + QLabel* m_zoomLabel; StatusBarSpaceInfo* m_spaceInfo; QSlider* m_zoomSlider;