35 void slotUpdateCheckFinished(
int result, QProcess::ExitStatus exitStatus);
36 void slotUpdateCheckStarted();
37 void slotUpdateCheckErrorOccurred(QProcess::ProcessError error);
39 void slotUpdateFinished(
int result, QProcess::ExitStatus exitStatus);
40 void slotUpdateErrorOccurred(QProcess::ProcessError error);
42 void slotAppendCheckOutput();
43 void slotAppendUpdateOutput();
46 void initialize(QString& updaterPath);
48 bool findUpdaterBinary();
52 bool m_updaterInProgress {
false};
virtual void doUpdate()=0
if the updater has update capability, start the update process When the update is done,...