mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 16:15:46 +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
|
@ -13,7 +13,7 @@ class CallstackWidget : public QDockWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CallstackWidget(QWidget* parent = nullptr);
|
||||
explicit CallstackWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnDebugModeEntered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue