| 146 | } |
| 147 | |
| 148 | void |
| 149 | KnobGuiFile::onReloadClicked() |
| 150 | { |
| 151 | if (_reloadButton) { |
| 152 | KnobFilePtr knob = _knob.lock(); |
| 153 | if (knob) { |
| 154 | knob->reloadFile(); |
| 155 | } |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | void |
| 160 | KnobGuiFile::open_file() |
nothing calls this directly
no test coverage detected