Use default constructor, destructor

This commit is contained in:
Chocobo1
2023-05-05 01:57:01 +08:00
parent 3fbe380582
commit 8219b1f695
20 changed files with 15 additions and 46 deletions

View File

@@ -76,7 +76,7 @@ namespace RSS
protected:
explicit Item(const QString &path);
~Item() override;
~Item() override = default;
virtual void cleanup() = 0;