diff options
author | Lioncash <mathew1800@gmail.com> | 2016-12-11 07:22:10 -0500 |
---|---|---|
committer | linkmauve <linkmauve@linkmauve.fr> | 2016-12-11 14:18:06 +0000 |
commit | d0e4d1182bd1bb4811662d47cde091826ca38600 (patch) | |
tree | 638f8db020f46c89881dfea60ce15ec060921ffb /src/citra_qt/debugger/graphics.h | |
parent | 327b23e4cea1da927dd0792ce5f88c347094bd01 (diff) |
citra-qt: Make constructors explicit where applicable
Diffstat (limited to 'src/citra_qt/debugger/graphics.h')
-rw-r--r-- | src/citra_qt/debugger/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics.h b/src/citra_qt/debugger/graphics.h index bedf3e596..8837fb792 100644 --- a/src/citra_qt/debugger/graphics.h +++ b/src/citra_qt/debugger/graphics.h @@ -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; |