Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 642358 Details for
Bug 725868
kde-frameworks/kio-5.67.0-r1, kde-frameworks/kxmlgui-5.67.0, kde-frameworks/kirigami-5.67.1-r1: Fail to compile when used with dev-qt/qtnetwork-5.15.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file for kxmlgui-5.67.0
kxmlgui-5.67.0-fix-invalid-qt-version-switch.patch (text/plain), 1.26 KB, created by
matthias.grobarek
on 2020-05-28 11:31:08 UTC
(
hide
)
Description:
Patch file for kxmlgui-5.67.0
Filename:
MIME Type:
Creator:
matthias.grobarek
Created:
2020-05-28 11:31:08 UTC
Size:
1.26 KB
patch
obsolete
>*** kxmlgui-5.67.0/src/kaboutapplicationpersonmodel_p.cpp 2020-02-02 13:56:05.000000000 +0100 >--- kxmlgui-5.67.0/src/kaboutapplicationpersonmodel_p.cpp 2020-05-28 11:43:17.442438461 +0200 >*************** >*** 235,247 **** > #if HAVE_ATTICA > QNetworkAccessManager *manager = reply->manager(); > int personProfileListIndex = manager->property("personProfile").toInt(); > >- #if (QT_VERSION < QT_VERSION_CHECK(5, 15, 0)) > if (reply->error() != QNetworkReply::NoError) { >- #else >- if (reply->networkError() != QNetworkReply::NoError) { >- #endif > //qCDebug(DEBUG_KXMLGUI) << "Could not fetch OCS person avatar."; > emit dataChanged(index(personProfileListIndex), index(personProfileListIndex)); > return; > } >--- 235,243 ---- >*************** >*** 382,394 **** > int i = reply->property("linkIndex").toInt(); > KAboutApplicationPersonProfileOcsLink::Type type = m_ocsLinks.at(i).type(); > > >- #if (QT_VERSION < QT_VERSION_CHECK(5, 15, 0)) > if (reply->error() != QNetworkReply::NoError) { >- #else >- if (reply->networkError() != QNetworkReply::NoError) { >- #endif > //qCDebug(DEBUG_KXMLGUI) << "Could not fetch OCS link icon."; > reply->deleteLater(); > getIcons(i + 1); > return; >--- 378,386 ----
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 725868
:
642330
|
642332
|
642334
|
642348
|
642350
|
642352
|
642354
|
642356
| 642358 |
642360