Cleaned up qmlinspector and qmlproject and removed

metatype redefinition
This commit is contained in:
Lasse Holmstedt
2010-02-17 12:53:02 +01:00
parent f38ff9648e
commit b031b206c0
4 changed files with 1 additions and 64 deletions

View File

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

View File

@@ -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>