mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Handle language change events in widgets.
Change-Id: I54265e8c5da03e7d13217118f233effa8837f007
This commit is contained in:
parent
e8d1583068
commit
6db53f4ef8
6 changed files with 36 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class ManualWidget : public QWidget
|
|||
void updateManual();
|
||||
|
||||
private:
|
||||
void changeEvent(QEvent*);
|
||||
Ui::ManualWidgetFrm ui;
|
||||
QString platform;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue