| 57 | } |
| 58 | |
| 59 | void GradientDialog::Private::changeStopPosition(double value) |
| 60 | { |
| 61 | m_gradient[ui->stopSelector->currentIndex()].first = value; |
| 62 | } |
| 63 | |
| 64 | void GradientDialog::Private::changedIndex(int index) |
| 65 | { |
nothing calls this directly
no test coverage detected