qtpromise/tests/auto
Simon Brunel c34316243e Make QPromise::all accept more container types
Currently, QPromise can't be added dynamically to QVector (::push_* | ::append) because it doesn't expose a default constructor. Until deciding if a default constructor should be added (private/public?), let's make the `QPromise::all` method work with any container types that are STL compatible.
2018-02-11 16:26:27 +01:00
..
qtpromise Make QPromise::all accept more container types 2018-02-11 16:26:27 +01:00
auto.pro Move tests under their own qtpromise sub folder 2017-09-19 09:39:13 +02:00