mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
add global proxy / cache settings to httpget class. This removes the need of passing proxy / cache values around all the time. Each object can still override the global values.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16530 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0def1dd23c
commit
5a75184c4a
14 changed files with 63 additions and 74 deletions
|
|
@ -52,7 +52,7 @@ bool recRmdir( const QString &dirName )
|
|||
}
|
||||
|
||||
|
||||
//Function to get the system proxy
|
||||
//! @brief get system proxy value.
|
||||
QUrl systemProxy(void)
|
||||
{
|
||||
#if defined(Q_OS_LINUX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue