[Interest] Unable to determine callable overload.

Jason H jhihn at gmx.com
Tue Dec 15 18:51:42 CET 2015


Whenever I give a default parameter value in C++ (where the bool=true below) I get this error:
Error: Unable to determine callable overload.  Candidates are:
    hashFile(QCryptographicHash::Algorithm,QString)
    hashFile(QCryptographicHash::Algorithm,QString,bool)

Removing the default value resolves it. Is there a way I can avoid this error and provide a default?



More information about the Interest mailing list