mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- removed bad assert
This commit is contained in:
@@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const {
|
||||
}
|
||||
|
||||
bool QTorrentHandle::is_valid() const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
return h.is_valid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user