| 152 | } |
| 153 | |
| 154 | void |
| 155 | BackdropGui::refreshTextLabelFromKnob() |
| 156 | { |
| 157 | int nameHeight = getFrameNameHeight(); |
| 158 | |
| 159 | _imp->refreshLabelText( nameHeight, QString::fromUtf8( _imp->getLabelValue().c_str() ) ); |
| 160 | } |
| 161 | |
| 162 | void |
| 163 | BackdropGuiPrivate::refreshLabelText(int nameHeight, |
nothing calls this directly
no test coverage detected