Maybe there is no function qDebug(const QString&)...

Use
Qt Code:
  1. qDebug(stringList.at(i).toUtf8());
To copy to clipboard, switch view to plain text mode 
or
Qt Code:
  1. qDebug() << stringList.at(i);
To copy to clipboard, switch view to plain text mode