Revision: 6394
Author: nogu.dev
Date: Wed May 26 14:38:01 2010
Log: * qt4/pref/customwidgets.cpp
  - Apply patch by Felix Geyer (#28250). This patch fixes a compile error
    with Qt 4.7.
http://code.google.com/p/uim/source/detail?r=6394

Modified:
 /trunk/qt4/pref/customwidgets.cpp

=======================================
--- /trunk/qt4/pref/customwidgets.cpp   Sat May 15 04:30:05 2010
+++ /trunk/qt4/pref/customwidgets.cpp   Wed May 26 14:38:01 2010
@@ -887,8 +887,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 );

Reply via email to