I am trying to port an application working perfectly fine in windows to linux.
The following call crashes the application in linux

Qt Code:
  1. QString myPath=QFileDialog::getExistingDirectory ( this,"Select my Path", mMyPath, QFileDialog::ShowDirsOnly );
To copy to clipboard, switch view to plain text mode 

Any ideas?