blob: d1e4af25ebc5aaab6c617afd2a29800f1c3173ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 );
|