#include <playlistdownloader.h>
Inherits QObject.
|
void | finished (bool ok, const QString &message=QString()) |
|
The PlayListDownloader class downloads playlist from remote URL and extracts tracks.
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ PlayListDownloader()
◆ finished
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. |
◆ start
Starts playlist downloading.
- Parameters
-
url | URL of remote playlist. |
model | Destination playlist model. |
The documentation for this class was generated from the following file: