AudioBook plugin: Selection synchronization; minor bugfixes

This commit is contained in:
Jakub Melka
2021-08-25 20:28:37 +02:00
parent 4cb077f75e
commit 7525265233
5 changed files with 55 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
class QToolBar;
class QLineEdit;
class QTableView;
namespace Ui
{
@@ -63,6 +64,7 @@ public:
void setModel(pdf::PDFDocumentTextFlowEditorModel* model);
QToolBar* getToolBar() const { return m_toolBar; }
QTableView* getTextStreamView() const;
QString getSelectionText() const;
void clearSelectionText();