Fix compilation against latest Qt master

The API of QmlView has changed. Also, the QmlDom classes became private.

Patch provided by Aaron Kennedy.

Reviewed-by: akennedy
This commit is contained in:
Kai Koehne
2010-02-22 10:01:08 +01:00
parent d215737df8
commit afa830ecc8
10 changed files with 34 additions and 40 deletions

View File

@@ -38,7 +38,7 @@
#include "objecttree.h"
Q_DECLARE_METATYPE(QmlDebugObjectReference)
//Q_DECLARE_METATYPE(QmlDebugObjectReference)
ObjectTree::ObjectTree(QmlEngineDebug *client, QWidget *parent)
: QTreeWidget(parent),