赚钱网站推荐,seo建站教程,企业工商信息公示系统,js做网站统计Qt编译错误记录:
报错:error: ‘InsertAtTop’ was not declared in this scope
ui->comboBoxJob->setInsertPolicy(InsertAtTop);这行代码在Qt中编译就会报这个错误,原因是输入参数需要加类名限定,改为:
ui-…
Qt编译错误记录:
报错:error: ‘InsertAtTop’ was not declared in this scope