From dc84c45c926f0e50c0fd8c29a107898c23c70c70 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 20 Aug 2014 10:43:05 -0400 Subject: [PATCH] Added gallerySize for DefaultGallery --- openbr/plugins/gallery.cpp | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) 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) -- libgit2 0.21.4