PDA

View Full Version : QFileDialog::getExistingDirectory crash in linux



mqt
6th May 2014, 08:09
I am trying to port an application working perfectly fine in windows to linux.
The following call crashes the application in linux



QString myPath=QFileDialog::getExistingDirectory ( this,"Select my Path", mMyPath, QFileDialog::ShowDirsOnly );


Any ideas?

anda_skoa
6th May 2014, 10:03
What is the backtrace you are getting?

Cheers,
_