summaryrefslogtreecommitdiffstats
path: root/knotes/knotesapp.h
diff options
context:
space:
mode:
authorEmanoil Kotsev <[email protected]>2020-02-29 18:39:20 +0900
committerMichele Calgaro <[email protected]>2020-02-29 18:39:20 +0900
commit094f8d9a878ff83db4e3bdd5ca2bcb273f96c7ea (patch)
tree16d3fab3f49d54c78019802c505df10a697157da /knotes/knotesapp.h
parent0087f22b7304e93164515e04ade0a24f2538e40e (diff)
downloadtdepim-094f8d9a878ff83db4e3bdd5ca2bcb273f96c7ea.tar.gz
tdepim-094f8d9a878ff83db4e3bdd5ca2bcb273f96c7ea.zip
Extended the interface of KNotes with getLastModified method. This
relates to bug 2691. Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knotes/knotesapp.h')
-rw-r--r--knotes/knotesapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/knotes/knotesapp.h b/knotes/knotesapp.h
index 0888e20bb..649b4b0be 100644
--- a/knotes/knotesapp.h
+++ b/knotes/knotesapp.h
@@ -90,6 +90,7 @@ public:
void sync( const TQString& app );
bool isNew( const TQString& app, const TQString& id ) const;
bool isModified( const TQString& app, const TQString& id ) const;
+ TQDateTime getLastModified( const TQString& noteId ) const;
bool commitData( TQSessionManager& );