| 50 | } |
| 51 | |
| 52 | WidgetLoader::~WidgetLoader() |
| 53 | { |
| 54 | for (TypeCreatorsMap::iterator |
| 55 | it=m_typeCreators.begin(), end=m_typeCreators.end(); it != end; ++it) |
| 56 | it->second->dispose(); |
| 57 | } |
| 58 | |
| 59 | void WidgetLoader::addWidgetType(const char* tagName, IWidgetTypeCreator* creator) |
| 60 | { |