コード例 #1
0
void psExecUpdater() {
    if (!_execUpdater()) {
		QString readyPath = cWorkingDir() + qsl("tupdates/ready");
		PsUpdateDownloader::deleteDir(readyPath);
	}
}
コード例 #2
0
void psExecTelegram() {
    _execUpdater(false);
}
コード例 #3
0
ファイル: pspecific_linux.cpp プロジェクト: NgoHuy/tdesktop
void psExecUpdater() {
    if (!_execUpdater()) {
		psDeleteDir(cWorkingDir() + qsl("tupdates/temp"));
	}
}