chore: re-enable qt clang tidy warnings (#3791)

This commit is contained in:
Charles Kerr
2022-09-08 18:26:18 -05:00
committed by GitHub
parent 99e750229c
commit 9280bf3475
25 changed files with 159 additions and 178 deletions

View File

@@ -54,7 +54,7 @@ public:
int priority,
uint64_t size,
uint64_t have,
bool torrent_changed);
bool update_fields);
bool openFile(QModelIndex const& index);
@@ -69,7 +69,7 @@ public:
// QAbstractItemModel
QVariant data(QModelIndex const& index, int role = Qt::DisplayRole) const override;
Qt::ItemFlags flags(QModelIndex const& index) const override;
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
QVariant headerData(int column, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
QModelIndex index(int row, int column, QModelIndex const& parent = {}) const override;
QModelIndex parent(QModelIndex const& child) const override;
int rowCount(QModelIndex const& parent = {}) const override;