KUrl -> QUrl
This commit is contained in:
parent
1fb3fd585c
commit
11bec3095d
@ -1514,7 +1514,7 @@ void ContainmentPrivate::mimeTypeRetrieved(KIO::Job *job, const QString &mimeTyp
|
|||||||
}
|
}
|
||||||
|
|
||||||
QVariantList args;
|
QVariantList args;
|
||||||
args << tjob->url().url() << mimeType;
|
args << tjob->url().toString() << mimeType;
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
kDebug() << "Creating menu for:" << mimeType << posi << args;
|
kDebug() << "Creating menu for:" << mimeType << posi << args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user