Qt Utilities 6.18.1
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
QtUtilities::UpdateHandler::CheckInterval Struct Reference

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.

Detailed Description

The CheckInterval struct specifies whether automatic checks for updates are enabled and of often they should be done.

Definition at line 189 of file updater.h.

Member Data Documentation

◆ duration

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.

Remarks
A value of zero indicates that the check is supposed to be done only once every time the application launches (i.e. shortly after startup).

Definition at line 192 of file updater.h.

◆ enabled

bool QtUtilities::UpdateHandler::CheckInterval::enabled = true

Whether automatic checks for updates are enabled at all.

Definition at line 194 of file updater.h.


The documentation for this struct was generated from the following file: