Allow editing bookmarks.
[dorian] / model / book.h
index 3c00e3c..bfce66b 100644 (file)
@@ -92,6 +92,9 @@ public:
     /** Add bookmark. */
     void addBookmark(int part, qreal position, const QString &note);
 
+    /** Change a given bookmark's note text */
+    void setBookmarkNote(int index, const QString &note);
+
     /** Delete bookmark. */
     void deleteBookmark(int index);