| 170 | } |
| 171 | |
| 172 | void BitmapFactoryInst::addPixmapToCache(const char* name, const QPixmap& icon) |
| 173 | { |
| 174 | d->xpmCache[name] = icon; |
| 175 | } |
| 176 | |
| 177 | bool BitmapFactoryInst::findPixmapInCache(const char* name, QPixmap& px) const |
| 178 | { |
no outgoing calls
no test coverage detected