mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Coding style changes
This commit is contained in:
parent
30bc14c940
commit
06ccae591e
12 changed files with 53 additions and 59 deletions
|
@ -155,7 +155,7 @@ void TransferListWidget::setRefreshInterval(int t) {
|
|||
listModel->setRefreshInterval(t);
|
||||
}
|
||||
|
||||
int TransferListWidget::getRowFromHash(QString hash) const{
|
||||
int TransferListWidget::getRowFromHash(QString hash) const {
|
||||
return listModel->torrentRow(hash);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue