[qet] [3439] Minor change for Qt4.7 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3439
Author: blacksun
Date: 2014-11-02 21:15:56 +0100 (Sun, 02 Nov 2014)
Log Message:
-----------
Minor change for Qt4.7
Modified Paths:
--------------
trunk/sources/qetproject.cpp
Modified: trunk/sources/qetproject.cpp
===================================================================
--- trunk/sources/qetproject.cpp 2014-11-02 16:32:01 UTC (rev 3438)
+++ trunk/sources/qetproject.cpp 2014-11-02 20:15:56 UTC (rev 3439)
@@ -458,7 +458,7 @@
}
void QETProject::setDefaultXRefProperties(QHash<QString, XRefProperties> hash) {
- m_default_xref_properties.swap(hash);
+ m_default_xref_properties = hash;
emit XRefPropertiesChanged();
}