| 148 | } |
| 149 | |
| 150 | QString PAGView::getFilePath() const { |
| 151 | if (pagFile == nullptr) { |
| 152 | return ""; |
| 153 | } |
| 154 | |
| 155 | return QString::fromLocal8Bit(pagFile->path().data()); |
| 156 | } |
| 157 | |
| 158 | QString PAGView::getDisplayedTime() const { |
| 159 | int64_t displayedTime = |