| 244 | } |
| 245 | |
| 246 | void ReferenceRange::lineColorChanged(QAction* action) { |
| 247 | Q_D(const ReferenceRange); |
| 248 | d->line->setColor(GuiTools::colorFromAction(lineColorActionGroup, action)); |
| 249 | } |
| 250 | |
| 251 | // ############################################################################## |
| 252 | // ####################### Private implementation ############################### |