From b2799751fc71877210b8f31711d2766867db2076 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 16 Jan 2024 17:17:26 +0800 Subject: [PATCH] Mark MacImplementation for FileProviderSettings destructor as override Signed-off-by: Claudio Cambra --- src/gui/macOS/fileprovidersettingscontroller_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/fileprovidersettingscontroller_mac.mm b/src/gui/macOS/fileprovidersettingscontroller_mac.mm index 2a2fd0663d704..17d277e5ef1a6 100644 --- a/src/gui/macOS/fileprovidersettingscontroller_mac.mm +++ b/src/gui/macOS/fileprovidersettingscontroller_mac.mm @@ -69,7 +69,7 @@ explicit MacImplementation(FileProviderSettingsController *const parent) fetchMaterialisedFilesStorageUsage(); }; - ~MacImplementation() = default; + ~MacImplementation() override = default; [[nodiscard]] QStringList enabledAccounts() const {