diff --git a/src/plugins/coreplugin/locator/spotlightlocatorfilter.mm b/src/plugins/coreplugin/locator/spotlightlocatorfilter.mm index 049c5bebafa..c3c3833a8f0 100644 --- a/src/plugins/coreplugin/locator/spotlightlocatorfilter.mm +++ b/src/plugins/coreplugin/locator/spotlightlocatorfilter.mm @@ -50,10 +50,10 @@ class SpotlightIterator : public BaseFileFilter::Iterator { public: SpotlightIterator(const QString &expression); - ~SpotlightIterator(); + ~SpotlightIterator() override; - void toFront(); - bool hasNext() const; + void toFront() override; + bool hasNext() const override; Utils::FilePath next() override; Utils::FilePath filePath() const override;