1
0
Fork 0
forked from len0rd/rockbox

Add documentation to HttpGet and remove unnecessary return value.

HttpGet::getFile() always returns the same value. Remove the return value since
it isn't necessary. Add some missing function documentation comments.

Change-Id: I1cee242211272a996437b10dbc8de791b3fc3d67
This commit is contained in:
Dominik Riebeling 2015-12-18 23:10:29 +01:00
parent d24a9ea3b2
commit 79d513dd7e
2 changed files with 33 additions and 6 deletions

View file

@ -34,7 +34,7 @@ class HttpGet : public QObject
public:
HttpGet(QObject *parent = 0);
bool getFile(const QUrl &url);
void getFile(const QUrl &url);
void setProxy(const QUrl &url);
void setProxy(bool);
QString errorString(void);