Cleanups and a few fixes

This commit is contained in:
Flössie
2019-05-10 21:24:22 +02:00
parent c360fd7e2c
commit ba4de904cc
22 changed files with 582 additions and 414 deletions

View File

@@ -87,7 +87,6 @@ public:
// FramesMetaData interface
//-------------------------------------------------------------------------
/* unsigned int getRootCount () const override { return -1; } */
unsigned int getFrameCount () const override { return frameCount; }
bool hasExif() const override { return false; }
tm getDateTime() const override { return tm{}; }