mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #76: Modify document, when bookmarks are changed
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user