diff options
| author | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2021-10-25 13:34:22 +0200 |
| commit | 3f76d92402a9ef982a3da082bec50523e90e8f80 (patch) | |
| tree | d3de1430977b46705a0f3dd46edc6a6b3a1d8ffa /src/dolphinurlnavigator.h | |
| parent | b497dc9cbd1236790b5267710f5fb8370253d005 (diff) | |
GIT_SILENT: add missing override keyword
Diffstat (limited to 'src/dolphinurlnavigator.h')
| -rw-r--r-- | src/dolphinurlnavigator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinurlnavigator.h b/src/dolphinurlnavigator.h index 2ae67352a..572c29f63 100644 --- a/src/dolphinurlnavigator.h +++ b/src/dolphinurlnavigator.h @@ -36,7 +36,7 @@ public: */ DolphinUrlNavigator(const QUrl &url, QWidget *parent = nullptr); - virtual ~DolphinUrlNavigator(); + ~DolphinUrlNavigator() override; // TODO: Fix KUrlNavigator::sizeHint() instead. QSize sizeHint() const override; |
