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.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 66159fd..1672915 100644 --- a/qdeduper/sigdb_qt.hpp +++ b/qdeduper/sigdb_qt.hpp @@ -30,6 +30,7 @@ public: ~SignatureDB(); bool valid(); + bool is_dirty(); void scan_files(const std::vector &files, int njobs); void interrupt_scan(); -- cgit v1.2.3