1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

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