mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-27 16:15:45 +02:00
fix clang-tidy check for usage of =default
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
c273c8f71b
commit
0456cacd79
@ -24,9 +24,7 @@ SyncOptions::SyncOptions()
|
||||
{
|
||||
}
|
||||
|
||||
SyncOptions::~SyncOptions()
|
||||
{
|
||||
}
|
||||
SyncOptions::~SyncOptions() = default;
|
||||
|
||||
void SyncOptions::fillFromEnvironmentVariables()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user