mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Follow project coding style. Issue #2192.
This commit is contained in:
parent
79a9696703
commit
1b2e65011d
1 changed files with 19 additions and 18 deletions
|
@ -35,7 +35,8 @@
|
|||
#include <QStringList>
|
||||
#include "torrentfilterenum.h"
|
||||
|
||||
class TransferListSortModel : public QSortFilterProxyModel {
|
||||
class TransferListSortModel: public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue