aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/sigdb_qt.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-26 23:38:30 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-26 23:38:30 -0400
commit617adf4090fbaac3a3b2d943548eeb6516fb9bdd (patch)
treea356c89886ed03dcf0085b4075e754b5ddc3ae9b /qdeduper/sigdb_qt.hpp
parentc95bd9595bdc612a78c6364ce6ca8f20ef28cd52 (diff)
downloaddeduper-617adf4090fbaac3a3b2d943548eeb6516fb9bdd.tar.xz
Add show db engine memory usage.
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);
};