| 605 | } |
| 606 | |
| 607 | void cmQtAutoMocUicT::ParseCacheT::FileT::Clear() |
| 608 | { |
| 609 | this->Moc.Macro.clear(); |
| 610 | this->Moc.Include.Underscore.clear(); |
| 611 | this->Moc.Include.Dot.clear(); |
| 612 | this->Moc.Depends.clear(); |
| 613 | |
| 614 | this->Uic.Include.clear(); |
| 615 | this->Uic.Depends.clear(); |
| 616 | } |
| 617 | |
| 618 | cmQtAutoMocUicT::ParseCacheT::GetOrInsertT |
| 619 | cmQtAutoMocUicT::ParseCacheT::GetOrInsert(std::string const& fileName) |