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/dolphinviewcontainer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 77b74d189..eeb9204c1 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -175,7 +175,7 @@ public: */ QString caption() const; -public slots: +public Q_SLOTS: /** * Sets the current active URL, where all actions are applied. The * URL navigator is synchronized with this URL. The signals @@ -198,7 +198,7 @@ public slots: */ void setSearchModeEnabled(bool enabled); -signals: +Q_SIGNALS: /** * Is emitted whenever the filter bar has changed its visibility state. */ @@ -215,7 +215,7 @@ signals: */ void writeStateChanged(bool isFolderWritable); -private slots: +private Q_SLOTS: /** * Updates the number of items (= number of files + number of * directories) in the statusbar. If files are selected, the number -- cgit v1.3