mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-24 03:44:46 +08:00
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.