QmlJSDebugger: Don't block UI while trying to connect

Don't use waitForConnected().
This commit is contained in:
Kai Koehne
2011-02-08 16:35:40 +01:00
parent b2f302cd02
commit 246c586dff
2 changed files with 15 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ private slots:
void pollInferior();
private:
bool connectToViewer();
void connectToViewer();
void createDebuggerClient();
void showConnectionStatusMessage(const QString &message);
void showConnectionErrorMessage(const QString &message);