mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Deleted unused parameter
This commit is contained in:
parent
847c65baf1
commit
b252033cc0
@ -4,7 +4,7 @@
|
||||
#include <QPixmap>
|
||||
#include <QIcon>
|
||||
|
||||
ThumbnailDownloader::ThumbnailDownloader(QObject *parent)
|
||||
ThumbnailDownloader::ThumbnailDownloader()
|
||||
{
|
||||
connect(this, &ThumbnailDownloader::oneThumbnailDownloaded, [=]() {
|
||||
if (m_urlPairList.size() != 0)
|
||||
|
@ -17,7 +17,7 @@ public:
|
||||
typedef QPair<ThumbnailId, QString> ThumbnailInfo;
|
||||
|
||||
public:
|
||||
ThumbnailDownloader(QObject *parent = 0);
|
||||
ThumbnailDownloader();
|
||||
~ThumbnailDownloader();
|
||||
|
||||
void addDownload(QString url, ThumbnailId index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user