summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testtreemodel.cpp')
-rw-r--r--plugins/autotest/testtreemodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/autotest/testtreemodel.cpp b/plugins/autotest/testtreemodel.cpp
index 82bdf23a84..5e9aaa4aea 100644
--- a/plugins/autotest/testtreemodel.cpp
+++ b/plugins/autotest/testtreemodel.cpp
@@ -81,6 +81,8 @@ TestTreeModel::TestTreeModel(QObject *parent) :
this, &TestTreeModel::addTestTreeItem, Qt::QueuedConnection);
connect(m_squishFileHandler, &TestSquishFileHandler::testTreeItemModified,
this, &TestTreeModel::modifyTestTreeItem, Qt::QueuedConnection);
+ connect(m_squishFileHandler, &TestSquishFileHandler::testTreeItemsRemoved,
+ this, &TestTreeModel::removeTestTreeItems, Qt::QueuedConnection);
// CppTools::CppModelManagerInterface *cppMM = CppTools::CppModelManagerInterface::instance();
// if (cppMM) {