1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

Follow project coding style. Issue #2192.

This commit is contained in:
Gabriele 2015-02-10 17:21:22 +01:00
parent 79a9696703
commit 1b2e65011d

View File

@ -35,7 +35,8 @@
#include <QStringList>
#include "torrentfilterenum.h"
class TransferListSortModel : public QSortFilterProxyModel {
class TransferListSortModel: public QSortFilterProxyModel
{
Q_OBJECT
public: