mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- removed bad assert
This commit is contained in:
parent
fd2ee35e92
commit
e4795cd64b
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool QTorrentHandle::is_valid() const {
|
bool QTorrentHandle::is_valid() const {
|
||||||
Q_ASSERT(h.is_valid());
|
|
||||||
return h.is_valid();
|
return h.is_valid();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue