Public Types | |
| enum | UpdateMode { UM_Disabled = 0, UM_NotifyOnly = 1, UM_FullAuto = 2 } |
Public Member Functions | |
| void | init (IniSection §ion) |
| void | load (IniSection §ion) |
| void | save (IniSection §ion) |
Public Attributes | |
| bool | bPerformUpdateOnNextRun |
| QMap< QString, QString > | lastKnownUpdateRevisions |
| Used to check if there are new updates since last reject. More... | |
| QString | updateChannelName |
| Pass this to UpdateChannel::fromName() . More... | |
| UpdateMode | updateMode |
Static Public Attributes | |
| static const QString | SECTION_NAME = "Doomseeker_AutoUpdates" |
Definition at line 128 of file doomseekerconfig.h.
| Enumerator | |
|---|---|
| UM_Disabled |
No auto updates. |
| UM_NotifyOnly |
User is only notified of the update and decides if it should be installed. |
| UM_FullAuto |
Update is fully automatic. |
Definition at line 131 of file doomseekerconfig.h.
| QMap<QString, QString> DoomseekerConfig::AutoUpdates::lastKnownUpdateRevisions |
Used to check if there are new updates since last reject.
Definition at line 157 of file doomseekerconfig.h.
| QString DoomseekerConfig::AutoUpdates::updateChannelName |
Pass this to UpdateChannel::fromName() .
Definition at line 162 of file doomseekerconfig.h.