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
|
|
@ -30,7 +30,7 @@ class BootloaderInstallMi4 : public BootloaderInstallBase
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
BootloaderInstallMi4(QObject *parent = 0);
|
||||
BootloaderInstallMi4(QObject *parent);
|
||||
bool install(void);
|
||||
bool uninstall(void);
|
||||
BootloaderInstallBase::BootloaderType installed(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue