diff options
| author | Nicolas Fella <[email protected]> | 2021-02-08 23:09:59 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-02-09 20:39:50 +0000 |
| commit | f65b0899c3666561cafac14f67ab0bb8a5bfa00a (patch) | |
| tree | 0215aa223236bc85b739cecf9bfd47f4832f2cf8 /src/views/viewmodecontroller.h | |
| parent | 7dc863add76dd31f162487487257225a0b4f1fd3 (diff) | |
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/views/viewmodecontroller.h')
| -rw-r--r-- | src/views/viewmodecontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 31594328b..bd92a60a2 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -61,14 +61,14 @@ public: void setNameFilter(const QString& nameFilter); QString nameFilter() const; -public slots: +public Q_SLOTS: /** * Sets the URL to \a url and emits the signals cancelPreviews() and * urlChanged() if \a url is different for the current URL. */ void setUrl(const QUrl& url); -signals: +Q_SIGNALS: /** * Is emitted if the URL has been changed by ViewModeController::setUrl(). */ |
