Mark QStringList as movable.

Change-Id: I27fb523c43ace195d04d729c800669246a1930d7
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Stephen Kelly 2012-01-24 23:28:11 +01:00 committed by Qt by Nokia
parent 55a5faadb5
commit 7b0dcb48a6
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ public:
#endif
};
Q_DECLARE_TYPEINFO(QStringList, Q_MOVABLE_TYPE);
namespace QtPrivate {
void Q_CORE_EXPORT QStringList_sort(QStringList *that);
int Q_CORE_EXPORT QStringList_removeDuplicates(QStringList *that);