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:
@ -17,7 +17,7 @@ class MD5Dialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MD5Dialog(QWidget* parent);
|
||||
explicit MD5Dialog(QWidget* parent);
|
||||
|
||||
void show(const QString& title);
|
||||
void SetProgress(int pid, int progress);
|
||||
|
Reference in New Issue
Block a user