Copy link
@blazek

blazek May 22, 2017

Member

This line gives me compilation error: no member named 'join' in 'QList<QString>'
which seems to be right, because mid() returns QList, not QStringList which has join().
How can you compile that line?