forked from len0rd/rockbox
rbutil: fix a bug in rbsettings: FS#8512 by Sander Knopper. Also remove a warning in encodersgui.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e5ba83059
commit
2d98607b36
3 changed files with 4 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ EncRbSpeexGui::EncRbSpeexGui(QDialog* parent) : QDialog(parent)
|
|||
|
||||
}
|
||||
|
||||
void EncRbSpeexGui::showCfg(float defQ,float defV,float defC, bool defB)
|
||||
void EncRbSpeexGui::showCfg(float defQ,float defV,int defC, bool defB)
|
||||
{
|
||||
defaultQuality =defQ;
|
||||
defaultVolume = defV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue