don't create temporary string lists and concatenate them
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Wed, 4 Dec 2013 18:13:41 +0000 (19:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 7 Jan 2014 18:48:40 +0000 (19:48 +0100)
commit3a184f6a0e54dc3aecb050f6085af902ca4e7c7e
tree9362008bd9e498cea59e8781fdeebb2201b04996
parente1715da844a246f7326b7b8db72c94edb21d6fae
don't create temporary string lists and concatenate them

this is most certainly slower than creating (short) temporary strings
and concatenating them.

Change-Id: I679cd64310c42a8daeeccbcfd782e591e9fa0ba6
Reviewed-by: hjk <hjk121@nokiamail.com>
src/linguist/lupdate/cpp.cpp