Refuse to overwrite imported file with multiple subpages

This commit is contained in:
Gavin MacGregor
2025-03-05 18:41:39 +00:00
parent 564243822e
commit 10059e5d0b
4 changed files with 18 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ private:
QRadioButton *m_levelRadioButton[4];
QString m_curFile, m_exportAutoFileName, m_exportImageFileName;
bool m_isUntitled;
bool m_isUntitled, m_reExportWarning;
LoadFormats m_loadFormats;
SaveFormats m_saveFormats;