Hey guys,

I got this error message by trying to use my code under linux.

Qt Code:
  1. QStringList files = searchFiles(filepath);
  2. foreach(QFile foundFile, files) {
  3. // operations...
  4. }
To copy to clipboard, switch view to plain text mode 

Does anyone know a reason for that. I really don't want to change all of code.

thx in advance