|
|
@ -367,9 +367,10 @@ public slots : |
|
|
|
void processDownloadedFile(QString file_path) { |
|
|
|
void processDownloadedFile(QString file_path) { |
|
|
|
filePath = file_path; |
|
|
|
filePath = file_path; |
|
|
|
downloadFailure = false; |
|
|
|
downloadFailure = false; |
|
|
|
openRss(); |
|
|
|
if(openRss() >= 0) { |
|
|
|
lastRefresh.start(); |
|
|
|
lastRefresh.start(); |
|
|
|
refreshed = true; |
|
|
|
refreshed = true; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void setDownloadFailed(){ |
|
|
|
void setDownloadFailed(){ |
|
|
|