编程出现的问题

来源:互联网 发布:淘宝店铺交易额查询 编辑:程序博客网 时间:2024/05/18 01:25
D:\QTdemo\untitled1\mainwindow.cpp:21: error: 'class QString' has no member named 'toAscii'

     image=imread(fileName.toAscii().data());

解决方案:将"toAscii"改为“toLatin1