summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/qmldebugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/standalone/qmldebugger.cpp')
-rw-r--r--tools/qmldebugger/standalone/qmldebugger.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmldebugger/standalone/qmldebugger.cpp b/tools/qmldebugger/standalone/qmldebugger.cpp
index f4061ed..afcf84c 100644
--- a/tools/qmldebugger/standalone/qmldebugger.cpp
+++ b/tools/qmldebugger/standalone/qmldebugger.cpp
@@ -57,7 +57,6 @@ QmlDebugger::QmlDebugger(QWidget *parent)
QVBoxLayout *layout = new QVBoxLayout;
setLayout(layout);
-
QHBoxLayout *connectLayout = new QHBoxLayout;
layout->addLayout(connectLayout);
connectLayout->addStretch(2);
@@ -101,6 +100,8 @@ QmlDebugger::QmlDebugger(QWidget *parent)
this, SLOT(connectionError(QAbstractSocket::SocketError)));
m_tabs->setCurrentIndex(1);
+
+ connectToHost();
}
void QmlDebugger::setHost(const QString &host)