19#ifndef LOMIRI_DOWNLOADMANAGER_CLIENT_DOWNLOAD_LIST_H
20#define LOMIRI_DOWNLOADMANAGER_CLIENT_DOWNLOAD_LIST_H
24#include <QSharedPointer>
40 virtual QList<QSharedPointer<Download> >
downloads()
const = 0;
The Download class allows to control a download that was created in the download manager.
virtual Error * error() const =0
DownloadsList(QObject *parent=0)
virtual bool isError() const =0
virtual QList< QSharedPointer< Download > > downloads() const =0
The Error class is the base class that represents an error in the download manager API.