Qt Utilities 6.18.1
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
The CheckInterval struct specifies whether automatic checks for updates are enabled and of often they should be done. More...
#include <updater.h>
Public Attributes | |
CppUtilities::TimeSpan | duration |
The duration of the interval. Only durations up to around 24 days are supported. Only full-second accuracy is supported. | |
bool | enabled = true |
Whether automatic checks for updates are enabled at all. |
The CheckInterval struct specifies whether automatic checks for updates are enabled and of often they should be done.
CppUtilities::TimeSpan QtUtilities::UpdateHandler::CheckInterval::duration |
The duration of the interval. Only durations up to around 24 days are supported. Only full-second accuracy is supported.
bool QtUtilities::UpdateHandler::CheckInterval::enabled = true |