remove 's' that prevented to compile
This commit is contained in:
parent
ba13f4324b
commit
dbbf562a0e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void calendarSchedule::clearTableItems()
|
||||||
for (i = 0; i < rowCount(); i++)
|
for (i = 0; i < rowCount(); i++)
|
||||||
for (j = 0; j < columnCount(); j++)
|
for (j = 0; j < columnCount(); j++)
|
||||||
if (this->takeItem(i,j) != NULL)
|
if (this->takeItem(i,j) != NULL)
|
||||||
delete this->takeItem(i,j);s
|
delete this->takeItem(i,j);
|
||||||
this->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
|
this->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
|
||||||
this->resizeRowsToContents();
|
this->resizeRowsToContents();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue