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 <[email protected]>
  • Loading branch information
claucambra committed Jan 30, 2024
1 parent 86074e7 commit b279975
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 b279975

Please sign in to comment.