diff options
Diffstat (limited to 'app-i18n/uim/files/uim-1.5.7-qt4.7.patch')
-rw-r--r-- | app-i18n/uim/files/uim-1.5.7-qt4.7.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-i18n/uim/files/uim-1.5.7-qt4.7.patch b/app-i18n/uim/files/uim-1.5.7-qt4.7.patch new file mode 100644 index 000000000000..d1e4af25ebc5 --- /dev/null +++ b/app-i18n/uim/files/uim-1.5.7-qt4.7.patch @@ -0,0 +1,14 @@ +Index: qt4/pref/customwidgets.cpp +=================================================================== +--- qt4/pref/customwidgets.cpp (revision 6394) ++++ qt4/pref/customwidgets.cpp (revision 6395) +@@ -886,8 +886,7 @@ + : QDialog( parent ), + pressed_keyval( 0 ), + pressed_keystate( Qt::NoModifier ), +- pressed_unichar ( 0 ), +- m_keystr( 0 ) ++ pressed_unichar ( 0 ) + { + QLabel *l = new QLabel( _("Press keys to grab (e.g. <Control>a)"), this ); + |