forked from len0rd/rockbox
Implement a first, simple changelog dialog.
When Rockbox Utility is started for the first time, a new version is started or the user selected to do so on startup a changelog window is shown. Change-Id: Ic223e092a09d31ccbbfcd9b973355225cac27632
This commit is contained in:
parent
1977281bb3
commit
8df12c63b8
11 changed files with 215 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ class RbUtilQt : public QMainWindow
|
|||
void about(void);
|
||||
void help(void);
|
||||
void sysinfo(void);
|
||||
void changelog(void);
|
||||
void trace(void);
|
||||
void eject(void);
|
||||
void configDialog(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue