8#ifndef KISUPDATERBASE_H
9#define KISUPDATERBASE_H
KisUpdaterStatus m_updaterStatus
virtual void doUpdate()=0
if the updater has update capability, start the update process When the update is done,...
virtual void checkForUpdate()=0
start the process checking whether there is an update available or not When the check is done,...
virtual bool hasUpdateCapability()=0
Returns true if this updater can actually perform an update. If it can only check for new versions,...
void sigUpdateCheckStateChange(KisUpdaterStatus)