~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmljstools/qmljssemanticinfo.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
// ### does not necessarily give the full AST path!
42
42
// intentionally does not contain lists like
43
 
// UiImportList, SourceElements, UiObjectMemberList
 
43
// UiHeaderItemList, SourceElements, UiObjectMemberList
44
44
class AstPath: protected AST::Visitor
45
45
{
46
46
    QList<AST::Node *> _path;