summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/componentmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/componentmodel.cpp')
-rw-r--r--installerbuilder/libinstaller/componentmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/componentmodel.cpp b/installerbuilder/libinstaller/componentmodel.cpp
index a5fe5f27f..934f0198b 100644
--- a/installerbuilder/libinstaller/componentmodel.cpp
+++ b/installerbuilder/libinstaller/componentmodel.cpp
@@ -173,7 +173,7 @@ void ComponentModel::appendRootComponents(QList<Component*> rootComponents)
beginResetModel();
m_cache.clear();
- m_rootComponentList = rootComponents;
+ m_rootComponentList += rootComponents;
endResetModel();
}