Skip to content

Commit

Permalink
Mark MacImplementation for FileProviderSettings destructor as override
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Feb 5, 2024
1 parent c6611b0 commit 611d03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/fileprovidersettingscontroller_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ explicit MacImplementation(FileProviderSettingsController *const parent)
fetchMaterialisedFilesStorageUsage();
};

~MacImplementation() = default;
~MacImplementation() override = default;

[[nodiscard]] QStringList enabledAccounts() const
{
Expand Down

0 comments on commit 611d03d

Please sign in to comment.