aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside
blob: ee95e881929b3b51e535ad9024025cc7ac91d57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tree 79d10f9491415460b5ce3737434453ea36775457
parent a090ae9340b6ef8b135919c69ca377f763e138ad
author John Cummings <jcummings2@users.sf.net> 1338582578 -0500
committer Hugo Parente Lima <hugo.lima@openbossa.org> 1338587271 +0200

Improved QVector to python conversion

Added pyseq_to_cppvector_conversion template that calls
reserve() with the sequence size to reduce memory reallocations
Changed QVector conversion to use new the template

Change-Id: I099ab15d5f725499218e2ed081a325246aa5b902
Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>