[ChangeLog][Potentially Source-Incompatible Changes] QtConcurrent::run has the following signatures: run(Function &&f, Args &&...args) and run(QThreadPool *pool, Function &&f, Args &&...args). If f is a member pointer, the first argument of args should be an object for which that member is defined (or a reference, or a pointer to it). See the documentation for more details. Fixes: QTBUG-82383 Change-Id: I18f7fcfb2adbdd9f75b29c346bd3516304e32d31 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| camera.cpp | ||
| camera.h | ||
| color.frag | ||
| color.vert | ||
| color_frag.spv | ||
| color_phong.frag | ||
| color_phong.vert | ||
| color_phong_frag.spv | ||
| color_phong_vert.spv | ||
| color_vert.spv | ||
| hellovulkancubes.pro | ||
| hellovulkancubes.qrc | ||
| main.cpp | ||
| mainwindow.cpp | ||
| mainwindow.h | ||
| mesh.cpp | ||
| mesh.h | ||
| renderer.cpp | ||
| renderer.h | ||
| shader.cpp | ||
| shader.h | ||
| vulkanwindow.cpp | ||
| vulkanwindow.h | ||