Browse Source

- removed bad assert

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
e4795cd64b
  1. 1
      src/qtorrenthandle.cpp

1
src/qtorrenthandle.cpp

@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const { @@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const {
}
bool QTorrentHandle::is_valid() const {
Q_ASSERT(h.is_valid());
return h.is_valid();
}

Loading…
Cancel
Save