Browse Source

- Fixed a compiling error

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
7f89b30190
  1. 2
      src/FinishedTorrents.cpp

2
src/FinishedTorrents.cpp

@ -164,7 +164,7 @@ void FinishedTorrents::on_actionSet_upload_limit_triggered(){ @@ -164,7 +164,7 @@ void FinishedTorrents::on_actionSet_upload_limit_triggered(){
}
void FinishedTorrents::updateFinishedList(){
Q_ASSERT((GUI*)parent->getCurrentTabIndex() == 1);
Q_ASSERT(((GUI*)parent)->getCurrentTabIndex() == 1);
QString hash;
foreach(hash, finishedSHAs){
torrent_handle h = BTSession->getTorrentHandle(hash);

Loading…
Cancel
Save