1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- removed bad assert

This commit is contained in:
Christophe Dumez 2007-08-27 08:39:04 +00:00
parent fd2ee35e92
commit e4795cd64b

View File

@ -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();
} }