| 1263 | } |
| 1264 | |
| 1265 | void ViewerGui::loadCameraPosition(const char* filename) { |
| 1266 | m_glwidget->setStateFileName(QString(filename)); |
| 1267 | m_glwidget->restoreStateFromFile(); |
| 1268 | m_glwidget->setStateFileName(QString()); |
| 1269 | } |
| 1270 | |
| 1271 | |
| 1272 | } |
nothing calls this directly
no test coverage detected