- Fixed a compiling error

This commit is contained in:
Christophe Dumez 2007-07-29 15:20:05 +00:00
parent 6951619c04
commit 7f89b30190

View file

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