diff --git a/openbr/plugins/gallery.cpp b/openbr/plugins/gallery.cpp index 55fc576..1276ef5 100644 --- a/openbr/plugins/gallery.cpp +++ b/openbr/plugins/gallery.cpp @@ -575,6 +575,11 @@ class DefaultGallery : public Gallery QScopedPointer format(Factory::make(file)); format->write(t); } + + qint64 totalSize() + { + return 1; + } }; BR_REGISTER(Gallery, DefaultGallery)