summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/main.cpp')
-rw-r--r--tools/qmldebugger/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldebugger/main.cpp b/tools/qmldebugger/main.cpp
index 4bed41d..500836f 100644
--- a/tools/qmldebugger/main.cpp
+++ b/tools/qmldebugger/main.cpp
@@ -29,7 +29,7 @@ private slots:
void connectionStateChanged();
private:
- QmlDebugClient client;
+ QmlDebugConnection client;
QLabel *m_connectionState;
QLineEdit *m_host;