From c65b59662e0fb16969eea5cf0ce7a69610e4cadd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 25 Sep 2022 21:40:50 -0400 Subject: Implement mark all within directory. --- qdeduper/sigdb_qt.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qdeduper/sigdb_qt.hpp') diff --git a/qdeduper/sigdb_qt.hpp b/qdeduper/sigdb_qt.hpp index 772c264..66159fd 100644 --- a/qdeduper/sigdb_qt.hpp +++ b/qdeduper/sigdb_qt.hpp @@ -40,6 +40,7 @@ public: std::vector get_group(size_t gid); std::map, double> group_distances(size_t gid); + std::vector get_image_ids(); fs::path get_image_path(size_t id); size_t get_path_id(const fs::path &p); -- cgit v1.2.3