| 386 | } |
| 387 | |
| 388 | void Project::clear() |
| 389 | { |
| 390 | modelsItem->removeRows(0, modelsItem->rowCount()); |
| 391 | dataItem->removeRows(0, dataItem->rowCount()); |
| 392 | checkersItem->removeRows(0, checkersItem->rowCount()); |
| 393 | otherItem->removeRows(0, otherItem->rowCount()); |
| 394 | entries.clear(); |
| 395 | setModified(true); |
| 396 | } |
| 397 | |
| 398 | QStringList Project::files(void) const { |
| 399 | return entries.keys(); |