QApplication app(argc, argv);     QTextCodec::setCodecForTr(QTextCodec::codecForName("gb18030"));     
QString m=QObject::tr("D:\MplayerWIN\mplayer.exe");     
QProcess *play=new QProcess;     play->start(m);     return app.exec();源码如上,但
编译的时候产生如下警告
 window.open('http://www.qtcn.org/bbs/attachment/Mon_1112/26_124673_3f9c6db8b627756.jpg?11');" style="max-width:700px;max-height:700px;" onload="if(is_ie6&&this.offsetWidth>700)this.width=700;" >
window.open('http://www.qtcn.org/bbs/attachment/Mon_1112/26_124673_3f9c6db8b627756.jpg?11');" style="max-width:700px;max-height:700px;" onload="if(is_ie6&&this.offsetWidth>700)this.width=700;" >查了下是不能识别转义字符,请问这样 的
问题如何解决啊??(PS,程序是在
windows下编译)