mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 22:42:41 +00:00
Add override keyword through the code.
This was automated using `clang-modernize`.
This commit is contained in:
@@ -17,7 +17,7 @@ class GPUCommandListModel : public QAbstractListModel
|
||||
public:
|
||||
GPUCommandListModel(QObject* parent);
|
||||
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const;
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user