diff options
Diffstat (limited to 'consistencycheck.h')
-rw-r--r-- | consistencycheck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/consistencycheck.h b/consistencycheck.h index ca078f1..6f54dcb 100644 --- a/consistencycheck.h +++ b/consistencycheck.h @@ -30,6 +30,7 @@ class ConsistencyCheck : public SmDialog { public: enum Mode { DbCheck, FsCheck }; explicit ConsistencyCheck(QWidget *parent = 0, Qt::WindowFlags f = 0); + ~ConsistencyCheck(); public slots: void setProgressBarMax(int max); |