Coding style changes

This commit is contained in:
Christophe Dumez 2012-02-20 21:32:58 +02:00
commit 06ccae591e
12 changed files with 53 additions and 59 deletions

View file

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