Issue #82: Hot reload function

This commit is contained in:
Jakub Melka
2023-09-01 17:33:45 +02:00
parent 7a77bd796a
commit 7eb2f2a465
13 changed files with 150 additions and 12 deletions

View File

@@ -42,6 +42,7 @@ namespace pdfviewer
struct PDFFileInfo
{
QString originalFileName;
QString absoluteFilePath;
QString fileName;
QString path;
pdf::PDFInteger fileSize = 0;