| 424 | } |
| 425 | |
| 426 | void IconList::saveIcon(const QString &key, const QString &path, const char * format) const |
| 427 | { |
| 428 | auto icon = getIcon(key); |
| 429 | auto pixmap = icon.pixmap(128, 128); |
| 430 | pixmap.save(path, format); |
| 431 | } |
| 432 | |
| 433 | |
| 434 | void IconList::reindex() |