diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-05 15:18:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-05 15:18:57 +0000 |
| commit | d87fcd42cded162669b7b3896f4e7c4d29d46917 (patch) | |
| tree | e2adba391e377d89a6e09f1a53b282f7fa1ae035 /src/ui/addurldialog.h | |
| parent | e662c2f44050ad66b56e5c2321e7a20b57ed628f (diff) | |
| download | qmmp-d87fcd42cded162669b7b3896f4e7c4d29d46917.tar.gz qmmp-d87fcd42cded162669b7b3896f4e7c4d29d46917.tar.bz2 qmmp-d87fcd42cded162669b7b3896f4e7c4d29d46917.zip | |
fixed large playlist downloading
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@775 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/addurldialog.h')
| -rw-r--r-- | src/ui/addurldialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/addurldialog.h b/src/ui/addurldialog.h index fdb0f61ce..edebb6617 100644 --- a/src/ui/addurldialog.h +++ b/src/ui/addurldialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2008 by Ilya Kotov * + * Copyright (C) 2006-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -48,8 +48,7 @@ protected slots: virtual void accept(); private slots: - void processResponse(int, bool); - void readResponse(const QHttpResponseHeader&); + void readResponse(bool); private: void setModel(PlayListModel*); |
