mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Remove unused signal
This commit is contained in:
parent
7e6a6871dc
commit
247e4a526a
2 changed files with 0 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ void PictureLoaderWorkerWork::picDownloadFailed()
|
||||||
<< ", no more url combinations to try: BAILING OUT";
|
<< ", no more url combinations to try: BAILING OUT";
|
||||||
imageLoaded(cardToDownload.getCard(), QImage());
|
imageLoaded(cardToDownload.getCard(), QImage());
|
||||||
}
|
}
|
||||||
emit startLoadQueue();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PictureLoaderWorkerWork::picDownloadFinished(QNetworkReply *reply)
|
void PictureLoaderWorkerWork::picDownloadFinished(QNetworkReply *reply)
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ private slots:
|
||||||
void picDownloadChanged();
|
void picDownloadChanged();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void startLoadQueue();
|
|
||||||
void imageLoaded(CardInfoPtr card, const QImage &image);
|
void imageLoaded(CardInfoPtr card, const QImage &image);
|
||||||
void requestImageDownload(const QUrl &url, PictureLoaderWorkerWork *instance);
|
void requestImageDownload(const QUrl &url, PictureLoaderWorkerWork *instance);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue