qtpromise/tests
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
..
auto Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00
CMakeLists.txt Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00