Fix some compiler warnings and error

Clang++ detected some warnings that g++ did not.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6409 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2016-01-20 20:32:30 +00:00
parent 0f59c63ea6
commit a3c1c768ef
3 changed files with 4 additions and 4 deletions
-1
View File
@@ -57,7 +57,6 @@ protected:
void download_finished (bool success) override;
private:
QNetworkAccessManager * network_manager_;
RemoteFile remote_file_; // active download
bool block_sync_;