citra-qt: Make constructors explicit where applicable

This commit is contained in:
Lioncash 2016-12-11 07:22:10 -05:00 committed by linkmauve
parent 94f0a00f0e
commit b24112862e
15 changed files with 35 additions and 32 deletions

View file

@ -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;