tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

subclassing of dialogs/windows is not done on the correct directory #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project, set the source directory to "src" (default)
2. Add a new dialog to the project
3. Subclass it.
4. The default for the subclass files is on the root of the project, even
tough I specific on the main project dialog the directory "src".

What is the expected output? What do you see instead?
The new subclass souce should be put on "src" and headers on "include"

Original issue reported on code.google.com by cucoma...@gmail.com on 3 Nov 2006 at 10:42

GoogleCodeExporter commented 9 years ago
Fixed in revision 86

Original comment by jlbi...@gmail.com on 5 Dec 2006 at 8:20