Text to speech engine implementation

This commit is contained in:
Jakub Melka
2020-02-18 20:21:18 +01:00
parent 7df807470b
commit ca9e2f3149
15 changed files with 1125 additions and 8 deletions

View File

@ -27,6 +27,7 @@
#include "pdfdocumentpropertiesdialog.h"
#include "pdfwidgettool.h"
#include "pdfrecentfilemanager.h"
#include "pdftexttospeech.h"
#include <QFuture>
#include <QTreeView>
@ -177,6 +178,7 @@ private:
bool m_isChangingProgressStep;
pdf::PDFToolManager* m_toolManager;
PDFTextToSpeech* m_textToSpeech;
};
} // namespace pdfviewer