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

Optimize vector to pylist conversion

Incorporate changes from Shiboken change I5f0c93b7
Note switch to push_back() should allow the template to work
for both QVector and std::vector.
Likewise, using size_type should avoid compiler warnings.

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