mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Make picDownloadFailed private
This commit is contained in:
parent
7a92a766dd
commit
7236155b39
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ public:
|
|||
|
||||
public slots:
|
||||
void picDownloadFinished(QNetworkReply *reply);
|
||||
void picDownloadFailed();
|
||||
|
||||
private:
|
||||
QThread *pictureLoaderThread;
|
||||
|
|
@ -39,6 +38,7 @@ private:
|
|||
bool picDownload, downloadRunning, loadQueueRunning;
|
||||
|
||||
void startNextPicDownload();
|
||||
void picDownloadFailed();
|
||||
QImage tryLoadImageFromReply(QNetworkReply *reply);
|
||||
void concludeImageLoad(const QImage &image);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue