mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 15:17:03 +02:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
parent
94f0a00f0e
commit
b24112862e
15 changed files with 35 additions and 32 deletions
|
|
@ -13,7 +13,7 @@ class GPUCommandStreamItemModel : public QAbstractListModel,
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GPUCommandStreamItemModel(QObject* parent);
|
||||
explicit GPUCommandStreamItemModel(QObject* parent);
|
||||
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue