mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 18:47:47 +00: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
|
@ -20,7 +20,7 @@ public:
|
|||
CommandIdRole = Qt::UserRole,
|
||||
};
|
||||
|
||||
GPUCommandListModel(QObject* parent);
|
||||
explicit GPUCommandListModel(QObject* parent);
|
||||
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
|
@ -39,7 +39,7 @@ class GPUCommandListWidget : public QDockWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GPUCommandListWidget(QWidget* parent = nullptr);
|
||||
explicit GPUCommandListWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnToggleTracing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue