Add remind user to execute empty scan.

This commit is contained in:
sunwen
2024-05-09 16:33:57 +08:00
parent 580f221338
commit c6cf91694d
8 changed files with 79 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
#include <QWidget>
class QLabel;
class SystemCorrectionForm : public QWidget
{
Q_OBJECT
@@ -13,6 +15,13 @@ public:
private:
void init();
private slots:
void updateEmptyScanDate();
private:
QLabel* mCurrentEmptyScanDate;
QLabel* mExpirationEmptyScanDate;
};
#endif // SYSTEMCORRECTIONFORM_H