add F5 for BMW

This commit is contained in:
nemu 2009-06-29 05:06:11 +00:00
parent d3c5c7841a
commit 39b854bdee

View File

@ -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 );