forked from qt-creator/qt-creator
Fix krazy issues: Use explicit constructors
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
This commit is contained in:
@@ -47,8 +47,8 @@ class CheckoutProgressWizardPage;
|
||||
class CheckoutWizardDialog : public Utils::Wizard {
|
||||
Q_OBJECT
|
||||
public:
|
||||
CheckoutWizardDialog(const QList<QWizardPage *> ¶meterPages,
|
||||
QWidget *parent = 0);
|
||||
explicit CheckoutWizardDialog(const QList<QWizardPage *> ¶meterPages,
|
||||
QWidget *parent = 0);
|
||||
|
||||
void start(const QSharedPointer<AbstractCheckoutJob> &job);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user