Fix parameter name mispatches
This commit is contained in:
@@ -160,7 +160,7 @@ void MoodbarLoader::MaybeTakeNextRequest() {
|
||||
|
||||
}
|
||||
|
||||
void MoodbarLoader::RequestFinished(MoodbarPipeline* request, const QUrl& url) {
|
||||
void MoodbarLoader::RequestFinished(MoodbarPipeline *request, const QUrl &url) {
|
||||
|
||||
Q_ASSERT(QThread::currentThread() == qApp->thread());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user