| 1030 | |
| 1031 | |
| 1032 | void Window::openRecentFile() |
| 1033 | // ---------------------------------------------------------------------------- |
| 1034 | // Open a file from the recent file list |
| 1035 | // ---------------------------------------------------------------------------- |
| 1036 | { |
| 1037 | QAction *action = qobject_cast<QAction *>(sender()); |
| 1038 | if (action) |
| 1039 | open(action->data().toString()); |
| 1040 | } |
| 1041 | |
| 1042 | |
| 1043 | bool Window::setStereo(bool on) |