1
0
Fork 0
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:
Dominik Wenger 2008-01-30 19:46:02 +00:00
parent 8e5ba83059
commit 2d98607b36
3 changed files with 4 additions and 4 deletions

View file

@ -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;