mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03: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
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ SyncOptions::SyncOptions()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
SyncOptions::~SyncOptions()
|
SyncOptions::~SyncOptions() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void SyncOptions::fillFromEnvironmentVariables()
|
void SyncOptions::fillFromEnvironmentVariables()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue