From fbefe34c306b9d2d8587e774eb586c83224be50f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Sep 2022 02:07:15 -0400 Subject: Add proper quit confirmation. --- qdeduper/sigdb_qt.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qdeduper/sigdb_qt.cpp') diff --git a/qdeduper/sigdb_qt.cpp b/qdeduper/sigdb_qt.cpp index 4609245..a67f330 100644 --- a/qdeduper/sigdb_qt.cpp +++ b/qdeduper/sigdb_qt.cpp @@ -77,6 +77,11 @@ bool SignatureDB::valid() return sdb->valid(); } +bool SignatureDB::is_dirty() +{ + return sdb->is_dirty(); +} + void SignatureDB::scan_files(const std::vector &files, int njobs) { populate_cfg_t pcfg = { -- cgit v1.2.3