mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook plugin: Selection synchronization; minor bugfixes
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user