Moved Qml Inspector Output pane to a dock widget within the debugger.

This commit is contained in:
Lasse Holmstedt
2010-02-17 12:33:31 +01:00
parent a2f1889c0b
commit f38ff9648e
7 changed files with 71 additions and 132 deletions

View File

@@ -47,7 +47,6 @@ namespace ProjectExplorer {
namespace Qml {
class QmlInspector;
class InspectorOutputPane;
const int MaxConnectionAttempts = 20;
@@ -74,7 +73,6 @@ private slots:
private:
QmlInspector *m_inspector;
InspectorOutputPane *m_outputPane;
QTimer *m_connectionTimer;
int m_connectionAttempts;
};