Add option to cancel test

This commit is contained in:
Spiros
2024-06-12 05:13:34 +03:00
parent 924fc25f8f
commit 62eed773fa
2 changed files with 35 additions and 3 deletions

View File

@@ -91,5 +91,6 @@ private:
QString toTitleCase(const QString& sentence);
void clearButtonGroup();
QString initiateSelfTest(const QString &testType, const QString &deviceNode);
void cancelSelfTest(const QString &deviceNode);
};
#endif