mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +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(){
|
void FinishedTorrents::updateFinishedList(){
|
||||||
Q_ASSERT((GUI*)parent->getCurrentTabIndex() == 1);
|
Q_ASSERT(((GUI*)parent)->getCurrentTabIndex() == 1);
|
||||||
QString hash;
|
QString hash;
|
||||||
foreach(hash, finishedSHAs){
|
foreach(hash, finishedSHAs){
|
||||||
torrent_handle h = BTSession->getTorrentHandle(hash);
|
torrent_handle h = BTSession->getTorrentHandle(hash);
|
||||||
|
|
Loading…
Reference in a new issue