mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
refactor: fix modernize-use-nodiscard warnings by adding [[nodiscard]] (#7351)
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
|
||||
protected:
|
||||
// QSortFilterProxyModel
|
||||
bool filterAcceptsRow(int source_row, QModelIndex const& source_parent) const override;
|
||||
[[nodiscard]] bool filterAcceptsRow(int source_row, QModelIndex const& source_parent) const override;
|
||||
|
||||
private:
|
||||
bool show_backups_ = {};
|
||||
|
||||
Reference in New Issue
Block a user