| 87 | } |
| 88 | |
| 89 | KoGroupButton *KisOptionButtonStrip::button(int index) const |
| 90 | { |
| 91 | return dynamic_cast<KoGroupButton *>(m_d->buttonGroup->button(index)); |
| 92 | } |
| 93 | |
| 94 | QList<KoGroupButton *> KisOptionButtonStrip::buttons() const |
| 95 | { |
no outgoing calls
no test coverage detected