I've got everything fixed up, and have everything set up to get the file name and to open the file, but when I try to use this line of code,

QString line = Stream.readAll();

or this,

QString line = Stream.readLine(0);

'line' is empty. I've verified that it opened the file up without a problem, but somehow it thinks it's empty. The file is a text file with some random crap that I generated in notepad.

Why can't I get anything?