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?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to