3#include <NDEVR/ItemDownloader.h>
4#include <NDEVR/UpdateChecker.h>
5#include <NDEVR/Resource.h>
12 void requestCheckForUpdate(
const String& current_version =
"")
override;
13 String updateURLPage()
const override;
14 void _onCheckForUpdateComplete()
override;
Definition ItemDownloader.h:104
Definition NDEVRUpdateChecker.h:9
Resource< String > ios_update_address
Definition NDEVRUpdateChecker.h:18
Resource< String > android_update_address
Definition NDEVRUpdateChecker.h:15
Resource< String > mac_os_update_address
Definition NDEVRUpdateChecker.h:16
ItemDownloader * m_check_update
Definition NDEVRUpdateChecker.h:20
Resource< String > windows_update_address
Definition NDEVRUpdateChecker.h:17
A core part of the engine, stores variables that can be listened to with ResourceListener.
Definition Toggle.h:41
The core String class for the software.
Definition String.h:47
Definition UpdateChecker.h:43