┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2021-02-08 23:09:59 +0100
committerElvis Angelaccio <[email protected]>2021-02-09 20:39:50 +0000
commitf65b0899c3666561cafac14f67ab0bb8a5bfa00a (patch)
tree0215aa223236bc85b739cecf9bfd47f4832f2cf8 /src/views/dolphinview.h
parent7dc863add76dd31f162487487257225a0b4f1fd3 (diff)
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index ab3e86f15..be8263917 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -315,7 +315,7 @@ public:
*/
void hideToolTip(const ToolTipManager::HideBehavior behavior = ToolTipManager::HideBehavior::Later);
-public slots:
+public Q_SLOTS:
/**
* Changes the directory to \a url. If the current directory is equal to
* \a url, nothing will be done (use DolphinView::reload() instead).
@@ -409,7 +409,7 @@ public slots:
/** Activates the view if the item list container gets focus. */
bool eventFilter(QObject* watched, QEvent* event) override;
-signals:
+Q_SIGNALS:
/**
* Is emitted if the view has been activated by e. g. a mouse click.
*/
@@ -600,7 +600,7 @@ protected:
void hideEvent(QHideEvent* event) override;
bool event(QEvent* event) override;
-private slots:
+private Q_SLOTS:
/**
* Marks the view as active (DolphinView:isActive() will return true)
* and emits the 'activated' signal if it is not already active.