Index: sources/view/VUIPowerOnSelfTest.h =================================================================== diff -u -ra73067eedc12bcb4a41afdf4aabb6db9f1994f33 -rd005537390186cc065a824a923f41d615782b552 --- sources/view/VUIPowerOnSelfTest.h (.../VUIPowerOnSelfTest.h) (revision a73067eedc12bcb4a41afdf4aabb6db9f1994f33) +++ sources/view/VUIPowerOnSelfTest.h (.../VUIPowerOnSelfTest.h) (revision d005537390186cc065a824a923f41d615782b552) @@ -40,12 +40,15 @@ VIEW_DEC_CLASS(VUIPowerOnSelfTest) VIEW_DEC_SLOT(HDRequestVersionsData) + private: + struct PostTest { QString name; quint32 result = 2; }; + const float _rtc_tolerance = 0.050; // seconds QList _tests; void powerOnSelfTests(); @@ -56,7 +59,6 @@ bool selfTestBluetoothDriver(); bool selfTestCANDriver(); bool selfTestRTCClock(); - bool selfTestClockSpeed(); bool checkFileForRegularExpression(const QString &vFilePath, const QRegularExpression vRegExp); signals: