Coding style changes

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

View File

@@ -807,7 +807,7 @@ void QTorrentHandle::rename_file(int index, QString name) const {
// Operators
//
bool QTorrentHandle::operator ==(const QTorrentHandle& new_h) const{
bool QTorrentHandle::operator ==(const QTorrentHandle& new_h) const {
const QString hash = misc::toQString(torrent_handle::info_hash());
return (hash == new_h.hash());
}