The UpdateHandler class manages the non-graphical aspects of checking for new updates and performing them.
More...
#include <updater.h>
The UpdateHandler class manages the non-graphical aspects of checking for new updates and performing them.
Definition at line 182 of file updater.h.
◆ UpdateHandler() [1/2]
QtUtilities::UpdateHandler::UpdateHandler |
( |
QSettings * | settings, |
|
|
QNetworkAccessManager * | nm, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
Handles checking for updates and performing an update of the application if available.
Definition at line 1081 of file updater.cpp.
◆ UpdateHandler() [2/2]
QtUtilities::UpdateHandler::UpdateHandler |
( |
const QString & | executableName, |
|
|
const QString & | signatureExtension, |
|
|
QSettings * | settings, |
|
|
QNetworkAccessManager * | nm, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
Handles checking for updates and performing an update of the application if available.
Definition at line 1089 of file updater.cpp.
◆ ~UpdateHandler()
QtUtilities::UpdateHandler::~UpdateHandler |
( |
| ) |
|
|
override |
◆ applySettings
void QtUtilities::UpdateHandler::applySettings |
( |
| ) |
|
|
slot |
◆ checkInterval()
◆ isConsideringSeparateSignature()
bool QtUtilities::UpdateHandler::isConsideringSeparateSignature |
( |
| ) |
const |
◆ mainInstance()
◆ notifier()
◆ performUpdate
void QtUtilities::UpdateHandler::performUpdate |
( |
| ) |
|
|
slot |
◆ preCheck()
QString QtUtilities::UpdateHandler::preCheck |
( |
| ) |
const |
◆ saveNotifierState
void QtUtilities::UpdateHandler::saveNotifierState |
( |
| ) |
|
|
slot |
◆ setCheckInterval()
void QtUtilities::UpdateHandler::setCheckInterval |
( |
CheckInterval | checkInterval | ) |
|
◆ setConsideringSeparateSignature()
void QtUtilities::UpdateHandler::setConsideringSeparateSignature |
( |
bool | consideringSeparateSignature | ) |
|
◆ setMainInstance()
void QtUtilities::UpdateHandler::setMainInstance |
( |
UpdateHandler * | mainInstance | ) |
|
|
inlinestatic |
◆ updater()
Updater * QtUtilities::UpdateHandler::updater |
( |
| ) |
|
◆ notifier
◆ updater
Updater * QtUtilities::UpdateHandler::updater |
|
read |
The documentation for this class was generated from the following files: