mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Refactoring - prepare for undo/redo and document modification
This commit is contained in:
@ -61,7 +61,7 @@ bool PDFTextToSpeech::isValid() const
|
||||
return m_document != nullptr;
|
||||
}
|
||||
|
||||
void PDFTextToSpeech::setDocument(const pdf::PDFDocument* document)
|
||||
void PDFTextToSpeech::setDocument(const pdf::PDFModifiedDocument& document)
|
||||
{
|
||||
if (m_document != document)
|
||||
{
|
||||
|
Reference in New Issue
Block a user