Index: sources/update/VSwUpdate.h =================================================================== diff -u -r7cf31f6cfef97bb564a103c263821a3b722c8a2b -ra789f05e3d97087703029792b6fd81bce77157f0 --- sources/update/VSwUpdate.h (.../VSwUpdate.h) (revision 7cf31f6cfef97bb564a103c263821a3b722c8a2b) +++ sources/update/VSwUpdate.h (.../VSwUpdate.h) (revision a789f05e3d97087703029792b6fd81bce77157f0) @@ -288,6 +288,9 @@ bool controlUSB(bool enable); void checkMountUsb(); + void startUpdate(); + + std::vector _available; ///< List of available things. QString _pubKey; ///< Public key. QStringList _updateDirs; ///< Update available directories. @@ -310,6 +313,9 @@ bool _settingsOk; ///< Version and settings are ok. bool _wasTrialBoot; ///< This was a trial boot or normal. std::chrono::time_point _lastPing; ///< Last ping time. + + uint32 _testLoops; ///< For testing loop update an index. + uint32 _maxTestLoops; ///< Max loop count. }; #endif // V_SW_UPDATE_H_