Peter Kümmel wrote:
José Matos wrote:
On Tuesday 31 October 2006 2:51 pm, Peter Kümmel wrote:
José Matos wrote:
GuiView.C:78: error: ISO C++ forbids declaration of 'QTabBar' with no
type
I've added the include of QTabBar.
Does this help?
It helps but it is not enough:
...
GuiView.C:83: error: 'QVBoxLayout' was not declared in this scope
OK, I disable the default precompilng of Qt headers.
Only for Release please. Let them stay for Debug build. Then, before
committing, you (we) should make sure that it compiles in release mode also.
Abdel.