From fb55ea21c891a75f2e7e06d336faa9b5b8b105a3 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 20:18:59 +0200 Subject: improve sync locking and status messages --- notebookmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'notebookmodel.h') 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; -- cgit v1.2.3