Segmentation Fault...
Status: Pre-Alpha
Brought to you by:
graeme_f
From the Timetabel generation screen select a room -
segFault:
TimeTableSlotModel::setupTimeSlotData()
if ((ttSlot->getDOW()==vHeading->at(i)) &&
(ttSlot->getTimeRange()==hHeading->at(j)))
{...
QString getDOW()const{return tsObj->getDOW();}
QString TimeSlot::getDOW()const
{
switch (day)...
ttSlot not properly set up in
TimeTableSlotModel::setupTimeSlotData()
Logged In: YES
user_id=1356778
Fixed, but no data is returned because the function to
return all TTSlots for a given room doesn't work correctly.