Hey guys by porting my code to linux i get the problem that my getOpenFileName of class QFileDialog doesn't show any files. What's my fault?

Qt Code:
  1. QFileDialog::getOpenFileName(this,"./", "*.*", "open file dialog");
To copy to clipboard, switch view to plain text mode 

thx in advance