forked from qt-creator/qt-creator
Designer: Modernize
* Remove QLatin1{Char|String}
* Use member initialization
* Use range-for
* Use nullptr
Change-Id: I51c24c0a2066861f59731585f19d61b28c76c0a3
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
72c283afc8
commit
1d53110402
@@ -38,7 +38,7 @@ class QtCreatorIntegration : public QDesignerIntegration
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QtCreatorIntegration(QDesignerFormEditorInterface *core, QObject *parent = 0);
|
||||
explicit QtCreatorIntegration(QDesignerFormEditorInterface *core, QObject *parent = nullptr);
|
||||
|
||||
QWidget *containerWindow(QWidget *widget) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user