aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/sigdb_qt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qdeduper/sigdb_qt.hpp')
-rw-r--r--qdeduper/sigdb_qt.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qdeduper/sigdb_qt.hpp b/qdeduper/sigdb_qt.hpp
index 39b57b7..a1203be 100644
--- a/qdeduper/sigdb_qt.hpp
+++ b/qdeduper/sigdb_qt.hpp
@@ -51,6 +51,8 @@ public:
bool load(const fs::path &p);
bool save(const fs::path &p);
+
+ int64_t db_memory_usage();
Q_SIGNALS:
void image_scanned(size_t n);
};