Commit 1d5a0a9c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove trailing space.

parent 08016364
......@@ -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() );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment