AudioBook Plugin: Move selection up/down

This commit is contained in:
Jakub Melka
2021-08-26 21:09:26 +02:00
parent 7525265233
commit 3318a2a6d7
6 changed files with 123 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ private:
void onEditedTextFlowChanged();
void onTextStreamTableSelectionChanged();
void onClear();
void onMoveSelectionUp();
void onMoveSelectionDown();
void onCreateAudioBook();
void onRectanglePicked(pdf::PDFInteger pageIndex, QRectF rectangle);