mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -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 <QStringList>
|
||||||
#include "torrentfilterenum.h"
|
#include "torrentfilterenum.h"
|
||||||
|
|
||||||
class TransferListSortModel : public QSortFilterProxyModel {
|
class TransferListSortModel: public QSortFilterProxyModel
|
||||||
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue