[Interest] Connect to signal QProcess::finished on MSVC 2017

jlk jlk2144 at gmail.com
Wed May 15 03:35:51 CEST 2019


   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




More information about the Interest mailing list