chrisburel / perlqt4

Automatically exported from code.google.com/p/perlqt4
Other
0 stars 0 forks source link

puic4 does not insert setBuddy() calls #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In uic, these calls are wrapped by
#ifndef QT_NO_SHORTCUT
...
#endif
directives.  I expect this is tripping up puic.

The side effect of this is that QLabels that have buddies will have a
literal ampersand in their display.

Original issue reported on code.google.com by chrisbu...@gmail.com on 5 Sep 2009 at 4:01

GoogleCodeExporter commented 9 years ago
Fixed in kde svn revision 1176895.

Original comment by chrisbu...@gmail.com on 19 Sep 2010 at 12:52