debugger: comment out the code that runs the qmlviewer from QMLEngine

the qmlviewer is currently started from the qmljsinspector.
But this might change in the future
This commit is contained in:
Olivier Goffart
2010-07-08 17:27:23 +02:00
parent 846a60dfce
commit 896e898369
2 changed files with 10 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ private:
unsigned int debuggerCapabilities() const;
void setupConnection();
signals:
void sendMessage(const QByteArray &msg);
private slots: