mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Fix Qt deprecated warnings.
Change-Id: I0a5c137704f07e8448c3a09624228a4f417e6634
This commit is contained in:
parent
82f98dea2b
commit
7c5b9a4049
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ BootloaderInstallBase::BootloaderType BootloaderInstallBase::installed(void)
|
|||
|
||||
BootloaderInstallBase::Capabilities BootloaderInstallBase::capabilities(void)
|
||||
{
|
||||
return 0;
|
||||
return Capabilities();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue