mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 23:22:31 -06:00
Use default constructor, destructor
This commit is contained in:
@@ -76,7 +76,7 @@ namespace RSS
|
||||
|
||||
protected:
|
||||
explicit Item(const QString &path);
|
||||
~Item() override;
|
||||
~Item() override = default;
|
||||
|
||||
virtual void cleanup() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user