Added date to snapshot

Allows showing date of version
This commit is contained in:
Bruno Herbelin
2021-11-24 00:15:40 +01:00
parent 5ac7887360
commit b6593c2a83
3 changed files with 49 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ public:
void remove (uint64_t snapshotid = 0);
std::string label (uint64_t snapshotid) const;
std::string date (uint64_t snapshotid) const;
std::list<std::string> labels () const;
void setLabel (uint64_t snapshotid, const std::string &label);
FrameBufferImage *thumbnail (uint64_t snapshotid) const;