qtpromise/docs/.vuepress
Dmitriy Purgin 0c3955cca5
Implement QPromise<T>::convert<U>() (#41)
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`.
2020-11-22 17:26:06 +01:00
..
public Enhance the documentation and add markdown lint 2019-12-21 10:27:26 +01:00
styles Add CMake support and enhance the getting started docs 2020-01-09 20:45:04 +01:00
config.js Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00