citra-qt: Make constructors explicit where applicable
This commit is contained in:
@@ -13,7 +13,7 @@ class CallstackWidget : public QDockWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CallstackWidget(QWidget* parent = nullptr);
|
||||
explicit CallstackWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnDebugModeEntered();
|
||||
|
||||
Reference in New Issue
Block a user