- 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 {
Q_ASSERT(h.is_valid());
return h.is_valid();
}