This is an error I get when I try to compile my Qt Project:
ASSERT failure in QList<T>::operator[]: "index out of range", file c:\QtSDK\Desktop\Qt\4.8.1\mingw\include/QtCore/qlist.h, line 477
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Apparently the "titles" list is not being populated, thus the "index out of range" error; however, I can't find the reason why "line" is not being appended.
Any Ideas on What Is wrong? I have been trying to figure it out, but I think this is out my league as a beginner. =/