1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Remove unnecessary semicolon.

This commit is contained in:
sledgehammer999 2017-02-06 18:48:19 +02:00
parent 83009adbc0
commit 01ddf23745
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -177,7 +177,6 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
return QSortFilterProxyModel::lessThan(left, right);
}
}
;
}
bool TransferListSortModel::lowerPositionThan(const QModelIndex &left, const QModelIndex &right) const