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

@@ -211,6 +211,8 @@ public:
void setFontItalics(const QModelIndex& index, bool value);
void setDestination(const QModelIndex& index, const PDFDestination& destination);
const PDFOutlineItem* getRootOutlineItem() const;
private:
QIcon m_icon;
bool m_editable;