8#ifndef KISMANUALUPDATER_H
9#define KISMANUALUPDATER_H
11#include <QScopedPointer>
15#include "kritaui_export.h"
42 void rssDataChanged();
45 bool availableVersionIsHigher(QString currentVersion, QString availableVersion);
50 friend class KisManualUpdaterTest;
void doUpdate() override
if the updater has update capability, start the update process When the update is done,...
QScopedPointer< MultiFeedRssModel > m_rssModel
bool hasUpdateCapability() override
the manual updater can only check for available versions
virtual void checkForUpdate()=0
start the process checking whether there is an update available or not When the check is done,...