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
@@ -59,7 +59,7 @@ private:
|
||||
void ensureInitialized();
|
||||
void updateResourcesHelper(bool updateProjectResources);
|
||||
|
||||
QDesignerFormWindowInterface * const m_form;
|
||||
QDesignerFormWindowInterface * const m_form = nullptr;
|
||||
QStringList m_originalUiQrcPaths;
|
||||
bool m_initialized = false;
|
||||
bool m_handlingResources = false;
|
||||
|
||||
Reference in New Issue
Block a user