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:
parent
d24a9ea3b2
commit
79d513dd7e
2 changed files with 33 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue