add F5 for BMW
This commit is contained in:
parent
d3c5c7841a
commit
39b854bdee
@ -194,7 +194,7 @@ void PTextEdit::setupFileActions()
|
||||
connect( a, SIGNAL( activated() ), this, SLOT( fileOpen() ) );
|
||||
a->addTo( tb );
|
||||
a->addTo( menu );
|
||||
a = new QAction( QPixmap::fromMimeSource( "filereload.xpm" ), tr( "Reload..." ), 0, this, "fileReload" );
|
||||
a = new QAction( QPixmap::fromMimeSource( "filereload.xpm" ), tr( "Reload..." ), Key_F5, this, "fileReload" );
|
||||
connect( a, SIGNAL( activated() ), this, SLOT( fileReload() ) );
|
||||
a->addTo( tb );
|
||||
a->addTo( menu );
|
||||
|
Loading…
x
Reference in New Issue
Block a user