mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix manual URLs not getting updated properly on device change.
Change-Id: I5aaf62b5b7eb298e4d10fc8d854594dce051b2b6
This commit is contained in:
parent
05caadbca3
commit
4f99dd4264
2 changed files with 9 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ class ManualWidget : public QWidget
|
|||
private:
|
||||
void changeEvent(QEvent*);
|
||||
Ui::ManualWidgetFrm ui;
|
||||
QString platform;
|
||||
QString m_platform;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue