Attica
9 #ifndef ATTICA_DOWNLOADITEM_H 10 #define ATTICA_DOWNLOADITEM_H 12 #include <QSharedDataPointer> 15 #include "attica_export.h" 16 #include "downloaddescription.h" 21 class ATTICA_EXPORT DownloadItem
36 DownloadItem(
const DownloadItem &other);
43 DownloadItem &operator=(
const DownloadItem &other);
50 void setUrl(
const QUrl &url);
52 void setMimeType(
const QString &mimeType);
54 void setPackageName(
const QString &packageName);
56 void setPackageRepository(
const QString &packageRepository);
57 QString packageRepository()
const;
58 void setGpgFingerprint(
const QString &gpgFingerprint);
60 void setGpgSignature(
const QString &gpgSignature);
62 void setType(Attica::DownloadDescription::Type type);
63 Attica::DownloadDescription::Type
type();
72 #endif // DOWNLOADITEM_H Type type(const QSqlDatabase &db)
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 25 2021 23:06:24 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.