Issue #76: Modify document, when bookmarks are changed

This commit is contained in:
Jakub Melka
2023-10-07 16:21:26 +02:00
parent bf53e7419b
commit 73024fbe99
7 changed files with 31 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ public:
signals:
void actionTriggered(const pdf::PDFAction* action);
void documentModified(pdf::PDFModifiedDocument document);
private:
void updateGUI(Page preferredPage);
@@ -113,6 +114,7 @@ private:
void onThumbnailClicked(const QModelIndex& index);
void onSignatureCustomContextMenuRequested(const QPoint &pos);
void onBookmarksTreeViewContextMenuRequested(const QPoint &pos);
void onOutlineItemsChanged();
struct PageInfo
{