TODO
| 1243 | |
| 1244 | // TODO |
| 1245 | void Viewer::setBookmark(bool set) |
| 1246 | { |
| 1247 | render->setBookmark(); |
| 1248 | if (set) // add bookmark |
| 1249 | { |
| 1250 | render->setBookmark(); |
| 1251 | } else // remove bookmark |
| 1252 | { |
| 1253 | render->removeBookmark(); |
| 1254 | } |
| 1255 | } |
| 1256 | |
| 1257 | void Viewer::save() |
| 1258 | { |
nothing calls this directly
no test coverage detected