mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-09 00:05:43 +08:00
Converts the resolved value of `QPromise<T>` to the type `U`. Depending on types `T` and `U`, it performs a static cast, calls a converting constructor or tries to convert using `QVariant`.