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