Fix program updater on Windows/Mac

This commit is contained in:
Christophe Dumez 2010-12-04 19:14:14 +00:00
parent f24224649d
commit 0fd8ecd9ee
2 changed files with 12 additions and 13 deletions

View file

@ -52,8 +52,8 @@ protected:
protected slots:
void rssDownloadFinished(QNetworkReply* reply);
void installUpdate(QString update_path);
void saveUpdate(QNetworkReply* reply);
//void installUpdate(QString update_path);
//void saveUpdate(QNetworkReply* reply);
void setUpdateUrl(QString title);
signals: