I'm trying to connect the QProcess::finished signal to a lambda function in Qt 5.12.3. I found that I had to use qOverload to explicitly specify the signal arguments in order to make the connection without a compiler error. However, on MSVC 2017, I've now read about a bug (in the C++ standard requirements, I guess) that prevents qOverload from working. Could someone suggest a workaround for my case?  I need to start an (asynchronous QProcess) and run a function when it finishes.

Colin

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to