mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DolphinQt2/NetPlay: Mark constructors explicit where applicable
This commit is contained in:
@ -30,7 +30,7 @@ class NetPlayDialog : public QDialog, public NetPlayUI
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
NetPlayDialog(QWidget* parent);
|
||||
explicit NetPlayDialog(QWidget* parent);
|
||||
~NetPlayDialog();
|
||||
|
||||
void show(std::string nickname, bool use_traversal);
|
||||
|
Reference in New Issue
Block a user