forked from qt-creator/qt-creator
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:
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "objecttree.h"
|
||||
|
||||
Q_DECLARE_METATYPE(QmlDebugObjectReference)
|
||||
//Q_DECLARE_METATYPE(QmlDebugObjectReference)
|
||||
|
||||
ObjectTree::ObjectTree(QmlEngineDebug *client, QWidget *parent)
|
||||
: QTreeWidget(parent),
|
||||
|
||||
Reference in New Issue
Block a user