diff options
Diffstat (limited to 'notebookmodel.h')
-rw-r--r-- | notebookmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notebookmodel.h b/notebookmodel.h index 17b5211..1d69e14 100644 --- a/notebookmodel.h +++ b/notebookmodel.h @@ -60,6 +60,7 @@ private: QIcon getNotebookIcon(const QString &pen, const QString ¬ebook) const; bool isPenLocked(const QString &pen) const; bool isNotebookLocked(const QString &pen, const QString ¬ebook) const; + bool isPaperReplayLocked(const QString &pen) const; int estimatePagesOfNotebook(const QString &pen, const QString ¬ebook) const; |