Bug #10700 2007-03-21 20:25
tocol
class wizard parent class header included only in <>
When deriving a class via the class wizard plugin the parent's class header file is always included in < > brackets. There should be a choice between local and global (I don't know how to call it) includes. As I remember this does not matter in VC but I tried it right now and on gcc-4.1.1 it is a problem.
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2007-03-28 08:30
- Assigned to
History
It's not a problem for gcc. It's just a matter of settings and project layout. Check the "Explicitly add ..." options in "Settings->Compiler and debugger->Compiler->Other" page.
Still, you should file this as a feature request if you want this choice implemented at some point.
thanks a lot it works fine ... but in my opinion it is a little bit strange and complicated. I will think over it and perhaps file it as a feature request ...