Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.13.3
-
None
-
87861cf7e (master)
Description
When I use the "new class" dialog to generate a new class, Qt Creator does not take my code style into account for the constructor that it generates.
Code style:
What is generated:
So instead of:
QObject *parent
it should be:
QObject* parent