Fix coding style for various things

This commit is contained in:
thalieht
2018-11-06 17:49:17 +02:00
committed by sledgehammer999
parent c62127e9f1
commit 62e71a15a4
35 changed files with 120 additions and 121 deletions

View File

@@ -83,7 +83,7 @@ public:
explicit TransferListModel(QObject *parent = nullptr);
int rowCount(const QModelIndex& index = QModelIndex()) const override;
int rowCount(const QModelIndex &index = QModelIndex()) const override;
int columnCount(const QModelIndex &parent=QModelIndex()) const override;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
bool setData(const QModelIndex &index, const QVariant &value, int role) override;