Summary: | KIO uses private Qt APIs that have been removed in 4.8 | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Bernhard Rosenkraenzer <bero> |
Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahartmetz |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bernhard Rosenkraenzer
2011-06-13 21:02:05 UTC
I've fixed this about a week ago in master. It was mostly my fault because the Qt macro Q_PRIVATE_SLOT used here is not official (i.e. not documented) and I used it in a slightly unconventional way. |