diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 462d2a15a..6c9ea570d 100644 --- a/src/document.h +++ b/src/document.h @@ -140,6 +140,9 @@ sigc::connection connectCommit(CommitSignal::slot_type slot); /// Are we currently in a transition between two "known good" states of the document? bool isSeeking() const; + bool isModified() const; + void setModified(bool modified=true); + private: SPDocument(SPDocument const &); // no copy void operator=(SPDocument const &); // no assign |
