============================================================================
| 51 | |
| 52 | //============================================================================ |
| 53 | QIcon CIconProvider::customIcon(eIcon IconId) const |
| 54 | { |
| 55 | Q_ASSERT(IconId < d->UserIcons.size()); |
| 56 | return d->UserIcons[IconId]; |
| 57 | } |
| 58 | |
| 59 | |
| 60 | //============================================================================ |