aboutsummaryrefslogtreecommitdiffstats
path: root/src/bench/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/mainwindow.cpp')
-rw-r--r--src/bench/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/mainwindow.cpp b/src/bench/mainwindow.cpp
index 44b0436..62a29e5 100644
--- a/src/bench/mainwindow.cpp
+++ b/src/bench/mainwindow.cpp
@@ -80,7 +80,7 @@ MainWindow::MainWindow(QWidget *parent)
connect(m_workspace, SIGNAL(pathActivated(LiveDocument)), m_hub, SLOT(setActivePath(LiveDocument)));
connect(m_workspace, SIGNAL(pathActivated(LiveDocument)), m_hostManager, SLOT(followTreeSelection(LiveDocument)));
connect(m_hub, SIGNAL(activateDocument(LiveDocument)), this, SLOT(updateWindowTitle()));
- connect(m_hub, SIGNAL(activateDocument(LiveDocument)), m_node, SLOT(setActiveDocument(LiveDocument)));
+ connect(m_hub, SIGNAL(activateDocument(LiveDocument)), m_node, SLOT(loadDocument(LiveDocument)));
connect(m_node, SIGNAL(activeWindowChanged(QQuickWindow*)), this, SLOT(onActiveWindowChanged(QQuickWindow*)));
connect(m_node->qmlEngine(), SIGNAL(quit()), this, SLOT(logQuitEvent()));
connect(m_allHosts, SIGNAL(publishAll()), m_hostManager, SLOT(publishAll()));