Use default

This commit is contained in:
Jonas Kvinge
2021-06-21 15:38:58 +02:00
parent 1abbd5ecbc
commit 589bdf5dcd
19 changed files with 22 additions and 23 deletions

View File

@@ -41,7 +41,7 @@ MtpLoader::MtpLoader(const QUrl &url, TaskManager *task_manager, CollectionBacke
original_thread_ = thread();
}
MtpLoader::~MtpLoader() {}
MtpLoader::~MtpLoader() = default;
bool MtpLoader::Init() { return true; }