| # | Line 975 | Line 975 | void MainWindow::saveCurrentImage() | |
|---|---|---|
| 975 | void MainWindow::loadView() | |
| 976 | { | |
| 977 | QString viewFileName = QFileDialog::getOpenFileName(this, tr("Open View File"), | |
| 978 | < | "", tr("View Files (*.vp *.vf)")); |
| 978 | > | "", tr("View Files (*.vf *.vp *.vfh *.vfv)")); |
| 979 | QString command = "last " + viewFileName; | |
| 980 | this->runCommand(command.toLatin1()); | |
| 981 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |