Revision: 6395
Author: nogu.dev
Date: Wed May 26 14:42:02 2010
Log: * Merge r6394 from trunk.
http://code.google.com/p/uim/source/detail?r=6395
Modified:
/branches/1.5/qt4/pref/customwidgets.cpp
=======================================
--- /branches/1.5/qt4/pref/customwidgets.cpp Sat May 15 04:36:33 2010
+++ /branches/1.5/qt4/pref/customwidgets.cpp Wed May 26 14:42:02 2010
@@ -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 );