Summary: | Kateviewinternal does not check for availability of Qt accessibility module. | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Artem Anisimov <aanisimov> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | thiago, vapier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | Patch that disables kateviewinternal's support for accessibility on systems that do not use it. |
Description
Artem Anisimov
2011-01-12 12:52:48 UTC
Created attachment 55906 [details]
Patch that disables kateviewinternal's support for accessibility on systems that do not use it.
blah, i just wrote the same patch. wish i searched first ;). i wonder if the QT_NO_ACCESSIBILITY check should be after the local includes though ... that way the QT headers are included to provide the define. Hi again! Guys, you already have a patch for this bug. Why not fix it? Less-than-full Qt is not supported. Simply enable accessibility support in Qt and the problem is gone. the code already has proper #ifdef checks in places, and everything else in KDE that ive used builds fine. and someone already has posted a trivial patch. all you have to do is merge it. Git commit cb20a83c3806698a35a0ec7a9d24f4dfebe1736b by Dominik Haumann. Committed on 02/05/2011 at 19:50. Pushed by dhaumann into branch 'master'. check for availability of Qt accessibility module Thanks to Artem Anisimov for the patch & sorry for the delay! BUG: 262939 FIXED-IN: 4.7.0 M +2 -0 part/view/kateviewaccessible.h M +6 -0 part/view/kateviewinternal.cpp http://commits.kde.org/kate/cb20a83c3806698a35a0ec7a9d24f4dfebe1736b |