mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-14 04:36:59 +00:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
parent
327b23e4ce
commit
d0e4d1182b
15 changed files with 35 additions and 32 deletions
|
|
@ -17,7 +17,7 @@ class DisassemblerModel : public QAbstractListModel {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DisassemblerModel(QObject* parent);
|
||||
explicit DisassemblerModel(QObject* parent);
|
||||
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue