Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.6.2
-
None
Description
When a user creates a C++ class or a project through Qt Creator's wizard, the default templates use 0 to refer to null pointers. It would be nice if Qt Creator instead used the nullptr keyword instead of the 0 literal or the NULL macro.