From 3c5592a0d2730c96736ce17a58c1e2656dc307db Mon Sep 17 00:00:00 2001 From: blacksun Date: Sun, 2 Nov 2014 20:15:56 +0000 Subject: [PATCH] Minor change for Qt4.7 git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3439 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetproject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }