aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/sigdb_qt.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-26 02:07:15 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-26 02:07:15 -0400
commitfbefe34c306b9d2d8587e774eb586c83224be50f (patch)
treea9632e4cf69107dc645527105426155346dcaf01 /qdeduper/sigdb_qt.hpp
parent109a9c0130a024030a651aec7979fed283ec5bb7 (diff)
downloaddeduper-fbefe34c306b9d2d8587e774eb586c83224be50f.tar.xz
Add proper quit confirmation.
Diffstat (limited to 'qdeduper/sigdb_qt.hpp')
-rw-r--r--qdeduper/sigdb_qt.hpp1
1 files changed, 1 insertions, 0 deletions
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<fs::path> &files, int njobs);
void interrupt_scan();