From f65b0899c3666561cafac14f67ab0bb8a5bfa00a Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 8 Feb 2021 23:09:59 +0100 Subject: Build with QT_NO_KEYWORDS --- src/statusbar/dolphinstatusbar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/statusbar/dolphinstatusbar.h') diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index 30968be6e..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(); -- cgit v1.3