Ejemplo n.º 1
0
void psExecUpdater() {
    if (!_execUpdater()) {
		QString readyPath = cWorkingDir() + qsl("tupdates/ready");
		PsUpdateDownloader::deleteDir(readyPath);
	}
}
Ejemplo n.º 2
0
void psExecTelegram() {
    _execUpdater(false);
}
Ejemplo n.º 3
0
void psExecUpdater() {
    if (!_execUpdater()) {
		psDeleteDir(cWorkingDir() + qsl("tupdates/temp"));
	}
}