Browse Source

Follow project coding style. Issue #2192.

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
1b2e65011d
  1. 3
      src/gui/transferlistsortmodel.h

3
src/gui/transferlistsortmodel.h

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

Loading…
Cancel
Save