diff options
| author | Emanoil Kotsev <deloptes@gmail.com> | 2020-02-29 18:39:20 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-29 18:39:20 +0900 | 
| commit | 094f8d9a878ff83db4e3bdd5ca2bcb273f96c7ea (patch) | |
| tree | 16d3fab3f49d54c78019802c505df10a697157da /knotes/knote.h | |
| parent | 0087f22b7304e93164515e04ade0a24f2538e40e (diff) | |
| download | tdepim-094f8d9a.tar.gz tdepim-094f8d9a.zip | |
Extended the interface of KNotes with getLastModified method. This
relates to bug 2691.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knotes/knote.h')
| -rw-r--r-- | knotes/knote.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/knotes/knote.h b/knotes/knote.h index 43444b99..201c7f79 100644 --- a/knotes/knote.h +++ b/knotes/knote.h @@ -77,6 +77,7 @@ public:      void find( const TQString& pattern, long options );      bool isModified() const; +    TQDateTime getLastModified() const;      void sync( const TQString& app );      bool isNew( const TQString& app ) const; | 
