Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 1.2.90
-
None
-
3e7d9b603cae53937c0a47c06b5b907904ab8ba8
Description
If you use the wizard to generate a c++ file, the file always includes a header with the same name. However this file rarely exists.
A common example - creating a main.cpp file. The build will fail because 'main.h' does not exist.
The generated file should be empty.