diff --git a/sources/qetproject.cpp b/sources/qetproject.cpp index bf5d8101e..28f250610 100644 --- a/sources/qetproject.cpp +++ b/sources/qetproject.cpp @@ -458,7 +458,7 @@ void QETProject::setDefaultXRefProperties(const QString type, const XRefProperti } void QETProject::setDefaultXRefProperties(QHash hash) { - m_default_xref_properties.swap(hash); + m_default_xref_properties = hash; emit XRefPropertiesChanged(); }