mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
Lint.
This commit is contained in:
parent
fdd8e70f55
commit
200a021f09
3 changed files with 2 additions and 3 deletions
|
|
@ -79,8 +79,6 @@ void PictureLoaderWorker::queueRequest(const QUrl &url, PictureLoaderWorkerWork
|
||||||
requestLoadQueue.append(qMakePair(url, worker));
|
requestLoadQueue.append(qMakePair(url, worker));
|
||||||
emit imageLoadQueued(url, worker);
|
emit imageLoadQueued(url, worker);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QNetworkReply *PictureLoaderWorker::makeRequest(const QUrl &url, PictureLoaderWorkerWork *worker)
|
QNetworkReply *PictureLoaderWorker::makeRequest(const QUrl &url, PictureLoaderWorkerWork *worker)
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ private slots:
|
||||||
private:
|
private:
|
||||||
QHBoxLayout *layout;
|
QHBoxLayout *layout;
|
||||||
QToolButton *button;
|
QToolButton *button;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SettingsPopupWidget *popup;
|
SettingsPopupWidget *popup;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue