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

@@ -69,6 +69,8 @@ public:
void selectByRegularExpression(const QRegularExpression& expression);
void selectByPageIndices(const pdf::PDFClosedIntervalSet& indices);
void restoreOriginalTexts();
void moveSelectionUp();
void moveSelectionDown();
void notifyDataChanged();
private: