| 254 | } |
| 255 | |
| 256 | void AnnotationWidget::createStyleWidget(QFormLayout *formlayout) |
| 257 | { |
| 258 | Q_UNUSED(formlayout); |
| 259 | } |
| 260 | |
| 261 | void AnnotationWidget::addColorButton(QWidget *widget, QFormLayout *formlayout) |
| 262 | { |
nothing calls this directly
no test coverage detected