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/dolphinurlnavigatorscontroller.h | |
| parent | 7dc863add76dd31f162487487257225a0b4f1fd3 (diff) | |
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/dolphinurlnavigatorscontroller.h')
| -rw-r--r-- | src/dolphinurlnavigatorscontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinurlnavigatorscontroller.h b/src/dolphinurlnavigatorscontroller.h index 797cbf4f9..4f6802725 100644 --- a/src/dolphinurlnavigatorscontroller.h +++ b/src/dolphinurlnavigatorscontroller.h @@ -30,7 +30,7 @@ class DolphinUrlNavigatorsController : public QObject public: DolphinUrlNavigatorsController() = delete; -public slots: +public Q_SLOTS: /** * Refreshes all DolphinUrlNavigators to get synchronized with the * Dolphin settings if they were changed. @@ -57,7 +57,7 @@ private: */ static void unregisterDolphinUrlNavigator(DolphinUrlNavigator *dolphinUrlNavigator); -private slots: +private Q_SLOTS: /** * Sets the completion mode for all DolphinUrlNavigators and saves it in settings. */ |
