mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Coding style changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user