mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: enforce parents for bootloader install classes. and rework OF handling a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
09085a30f6
commit
9ca29354e1
7 changed files with 57 additions and 46 deletions
|
|
@ -37,12 +37,9 @@ class BootloaderInstallHex : public BootloaderInstallBase
|
|||
bool uninstall(void);
|
||||
BootloaderInstallBase::BootloaderType installed(void);
|
||||
Capabilities capabilities(void);
|
||||
|
||||
void setHexfile(QString h)
|
||||
{ m_hex = h; }
|
||||
QString ofHint();
|
||||
|
||||
private:
|
||||
QString m_hex;
|
||||
int m_hashindex;
|
||||
int m_model;
|
||||
QTemporaryFile m_descrambled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue