X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fpreferences_widgets.cpp;h=2bcffd12ccc2cefae7145ae9a32fe4048ce6ed14;hb=1d5a0a9ca664284d3b5981dffbf0a60e2f6a88f7;hp=7ff6aea51636fcca1883216b42205152ef1d8f0e;hpb=08016364e84b8915cb595ad1455ad0d559e52869;p=vlc diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index 7ff6aea516..2bcffd12cc 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -1196,7 +1196,7 @@ void KeySelectorControl::finish() CONNECT( table, itemDoubleClicked( QTreeWidgetItem *, int ), this, selectKey( QTreeWidgetItem * ) ); CONNECT( table, itemSelectionChanged (), - this, select1Key() ); + this, select1Key() ); CONNECT( shortcutValue, pressed(), this, selectKey() ); }