1
0
Fork 0
forked from len0rd/rockbox

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:
Dominik Riebeling 2008-03-05 21:12:24 +00:00
parent 0def1dd23c
commit 5a75184c4a
14 changed files with 63 additions and 74 deletions

View file

@ -37,7 +37,6 @@ class ThemesInstallWindow : public QDialog
ThemesInstallWindow(QWidget* parent = 0);
~ThemesInstallWindow();
void setSettings(RbSettings* sett){settings=sett;}
void setProxy(QUrl);
void downloadInfo(void);
void show(void);
@ -52,7 +51,6 @@ class ThemesInstallWindow : public QDialog
HttpGet igetter;
QTemporaryFile themesInfo;
QString resolution(void);
QUrl proxy;
int currentItem;
void resizeEvent(QResizeEvent*);
QByteArray imgData;