[Qt-creator] CaseStatementAST visitor

Marek Jasovsky jasovsky.marek at gmail.com
Mon Feb 9 22:45:46 CET 2009


Hi

in AST:cpp

void CaseStatementAST::accept0(ASTVisitor *visitor)

{

    if (visitor->visit(this)) {

    }

}


is this correct? my tools now works for all nodes, but it did not expand
CaseStatementAST.


if I replace above pasted code with content of
PrettyPrinter::visit(CaseStatementAST) then it seems to be ok and node gets
expanded


thanks


Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090209/c1f31c07/attachment.html 


More information about the Qt-creator-old mailing list