diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-12 06:30:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-12 06:30:51 +0000 |
| commit | e01deb8acaf49b76b52d271ae8f1224d20296ce8 (patch) | |
| tree | a9dca4199aae90311c5484b41f2bf101c443b035 /src/plugins/Transports/http/httpstreamreader.h | |
| parent | 088a0426ee71244af997872b7bb1e67c7b47ba08 (diff) | |
| download | qmmp-e01deb8acaf49b76b52d271ae8f1224d20296ce8.tar.gz qmmp-e01deb8acaf49b76b52d271ae8f1224d20296ce8.tar.bz2 qmmp-e01deb8acaf49b76b52d271ae8f1224d20296ce8.zip | |
added feature to change user agent (Closes issue 747)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4796 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports/http/httpstreamreader.h')
| -rw-r--r-- | src/plugins/Transports/http/httpstreamreader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Transports/http/httpstreamreader.h b/src/plugins/Transports/http/httpstreamreader.h index 1159dfe1f..61ea1be14 100644 --- a/src/plugins/Transports/http/httpstreamreader.h +++ b/src/plugins/Transports/http/httpstreamreader.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -99,6 +99,7 @@ private: QMutex m_mutex; HttpStreamData m_stream; QString m_url; + QString m_userAgent; int m_metacount; QString m_title; bool m_ready; |
