forked from qt-creator/qt-creator
Cleaned up qmlinspector and qmlproject and removed
metatype redefinition
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
#include "objecttree.h"
|
||||
|
||||
Q_DECLARE_METATYPE(QmlDebugObjectReference)
|
||||
|
||||
ObjectTree::ObjectTree(QmlEngineDebug *client, QWidget *parent)
|
||||
: QTreeWidget(parent),
|
||||
m_client(client),
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
** contact the sales department at http://qt.nokia.com/contact.
|
||||
**
|
||||
**************************************************************************/
|
||||
#include "inspectoroutputpane.h"
|
||||
#include "inspectoroutputwidget.h"
|
||||
#include <coreplugin/coreconstants.h>
|
||||
|
||||
#include <QtGui/QTextEdit>
|
||||
Reference in New Issue
Block a user