标签: qt
我使用qt creator 4.9.1。在我定义的函数loadTrainTestLabel中,第一个函数参数为string &pathName。使用该函数时,如果我以两个字符串(例如A+"/"+B)的串联形式输入第一个参数,则qt创建者将生成错误:QtCreator No matching function for call to 'loadTrainTestLabel'。但是程序仍然可以正常编译。我不明白为什么这被视为语义错误
loadTrainTestLabel
string &pathName
A+"/"+B
QtCreator No matching function for call to 'loadTrainTestLabel'