mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:40:33 +00:00
- removed bad assert
This commit is contained in:
parent
fd2ee35e92
commit
e4795cd64b
@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const {
|
||||
}
|
||||
|
||||
bool QTorrentHandle::is_valid() const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
return h.is_valid();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user