#include <playlistdownloader.h>
List of all members.
Detailed Description
The PlayListDownloader class downloads playlist from remote URL and extracts tracks.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
void finished |
( |
bool |
ok, |
|
|
const QString & |
message = QString() |
|
) |
| [signal] |
Emitted when downloading is finished.
- Parameters:
-
ok | Result of downloading (if an error occurs, ok is set to false; otherwise ok is set to true). |
message | Error message. |
Starts playlist downloading.
- Parameters:
-
url | URL of remote playlist. |
model | Destination playlist model. |
The documentation for this class was generated from the following file: