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:
@@ -44,7 +44,7 @@ class FormEditorW;
|
||||
class QtCreatorIntegration : public qdesigner_internal::QDesignerIntegration {
|
||||
Q_OBJECT
|
||||
public:
|
||||
QtCreatorIntegration(QDesignerFormEditorInterface *core, FormEditorW *parent = 0);
|
||||
explicit QtCreatorIntegration(QDesignerFormEditorInterface *core, FormEditorW *parent = 0);
|
||||
|
||||
QWidget *containerWindow(QWidget *widget) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user