mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook Plugin: Text Stream Editor
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "pdfplugin.h"
|
||||
#include "pdfdocumenttextflow.h"
|
||||
#include "pdfdocumenttextfloweditormodel.h"
|
||||
#include "audiotextstreameditordockwidget.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -49,6 +51,8 @@ private:
|
||||
QAction* m_createTextStreamAction;
|
||||
|
||||
pdf::PDFDocumentTextFlowEditor m_textFlowEditor;
|
||||
AudioTextStreamEditorDockWidget* m_audioTextStreamDockWidget;
|
||||
pdf::PDFDocumentTextFlowEditorModel* m_audioTextStreamEditorModel;
|
||||
};
|
||||
|
||||
} // namespace pdfplugin
|
||||
|
Reference in New Issue
Block a user