在windows qt下,我就运行这句
QStringList musiclist=QFileDialog::getOpenFileNames(this,tr("选择文件"),tr("/"),tr("music file(*.mp3)"));
运行,选择好文件之后打开,然后就报错了:
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
程序异常结束。
---------------------------------不知道是哪里出了问题,新手请指教