qtpromise/tests
Peter Würtz b7ecd95b04
Fix deprecations and compile warnings (#34)
- Use std::invoke_result, fallback to std::result_of on C++11/14.
- Use RVO instead of std::move (GCC warning: redundant-move).
- Replace QSharedPointer with std::shared_ptr (GCC warning: unititialized value).
- QLinkedList is deprecated in Qt 5.15.
2020-04-02 13:39:03 +02:00
..
auto Fix deprecations and compile warnings (#34) 2020-04-02 13:39:03 +02:00
CMakeLists.txt Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00