mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Use default constructor, destructor
This commit is contained in:
@@ -338,7 +338,7 @@ TorrentImpl::TorrentImpl(SessionImpl *session, lt::session *nativeSession
|
||||
// == END UPGRADE CODE ==
|
||||
}
|
||||
|
||||
TorrentImpl::~TorrentImpl() {}
|
||||
TorrentImpl::~TorrentImpl() = default;
|
||||
|
||||
bool TorrentImpl::isValid() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user