qtpromise/tests
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
..
auto Make QPromise::all accept more container types 2018-02-11 16:26:27 +01:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00