mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #54: Rename bookmarks
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
{
|
||||
Invalid,
|
||||
_BEGIN,
|
||||
Bookmarks = _BEGIN,
|
||||
Outline = _BEGIN,
|
||||
Thumbnails,
|
||||
OptionalContent,
|
||||
Attachments,
|
||||
@@ -113,7 +113,7 @@ private:
|
||||
void onAttachmentCustomContextMenuRequested(const QPoint& pos);
|
||||
void onThumbnailClicked(const QModelIndex& index);
|
||||
void onSignatureCustomContextMenuRequested(const QPoint &pos);
|
||||
void onBookmarksTreeViewContextMenuRequested(const QPoint &pos);
|
||||
void onOutlineTreeViewContextMenuRequested(const QPoint &pos);
|
||||
void onOutlineItemsChanged();
|
||||
|
||||
struct PageInfo
|
||||
|
Reference in New Issue
Block a user