forked from len0rd/rockbox
add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
322d2b46cd
commit
b93621d2ae
3 changed files with 17 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ class RbUtilQt : public QMainWindow
|
|||
|
||||
private slots:
|
||||
void about(void);
|
||||
void help(void);
|
||||
void configDialog(void);
|
||||
void updateDevice(void);
|
||||
void updateSettings(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue