From 5a75184c4abfd2c8fa2a3ee705b94fc800d7b918 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 5 Mar 2008 21:12:24 +0000 Subject: 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 --- rbutil/rbutilqt/voicefile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'rbutil/rbutilqt/voicefile.h') diff --git a/rbutil/rbutilqt/voicefile.h b/rbutil/rbutilqt/voicefile.h index fb567b32de..611203a134 100644 --- a/rbutil/rbutilqt/voicefile.h +++ b/rbutil/rbutilqt/voicefile.h @@ -51,7 +51,6 @@ public: void setTargetId(int id){m_targetid = id;} void setLang(QString name){m_lang =name;} void setWavtrimThreshold(int th){m_wavtrimThreshold = th;} - void setProxy(QUrl proxy){m_proxy = proxy;} signals: void done(bool error); @@ -69,7 +68,6 @@ private: RbSettings* settings; HttpGet *getter; - QUrl m_proxy; //proxy QString filename; //the temporary file QString m_mountpoint; //mountpoint of the device -- cgit v1.2.3