Add ui.qml support to code mode and editor

Change-Id: I6d818ddad1e7467578c63161c278455ef6ac743e
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Fawzi Mohamed
2014-10-13 16:46:30 +02:00
parent 65aef999ce
commit 419d4e4411
11 changed files with 74 additions and 17 deletions

View File

@@ -118,6 +118,7 @@ private:
void warnAboutUnnecessarySuppressions();
bool isQtQuick2() const;
bool isQtQuick2Ui() const;
AST::Node *parent(int distance = 0);