aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kampas <martin.kampas@jolla.com>2016-09-22 12:23:33 +0200
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-10-06 12:42:52 +0000
commit55839e085ccc1a487b97338328add3e8b0941e75 (patch)
tree0bf2fb097ddb589921c573dadf08a44e640c7543
parentbd618d3f72fb77b3c0f8d076d13f9f09517638fa (diff)
Bench: Do NOT hide Hosts view by default
The ability to control multiple hosts is the most interesting feature on QML Live and should be given appropriate visibility when a new user launches the tool first time. Those who do not need this feature can simply hide the view and their preference will be remembered. Change-Id: I6acdbfe68db2319737280e469402701c7825b538 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
-rw-r--r--src/bench/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bench/mainwindow.cpp b/src/bench/mainwindow.cpp
index e534668..209c0ad 100644
--- a/src/bench/mainwindow.cpp
+++ b/src/bench/mainwindow.cpp
@@ -198,7 +198,6 @@ void MainWindow::setupMenuBar()
view->addSeparator();
view->addAction(m_workspaceDock->toggleViewAction());
- m_hostDock->close();
view->addAction(m_hostDock->toggleViewAction());
m_logDockMenu = view->addMenu("Logs");
m_logDockMenu->addAction(m_logDock->toggleViewAction());