mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
- Fixed a compiling error
This commit is contained in:
parent
6951619c04
commit
7f89b30190
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue