Subversion Repositories tpanel

Rev

Rev 323 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 323 Rev 335
Line 1362... Line 1362...
1362
 
1362
 
1363
    if (TConfig::getSystemVolume() == value)
1363
    if (TConfig::getSystemVolume() == value)
1364
        return;
1364
        return;
1365
 
1365
 
1366
    TConfig::saveSystemVolume(value);
1366
    TConfig::saveSystemVolume(value);
-
 
1367
 
-
 
1368
    if (gPageManager && gPageManager->getCallSetVolume())
-
 
1369
        gPageManager->getCallSetVolume()(value);
1367
}
1370
}
1368
 
1371
 
1369
void TQtSettings::on_horizontalSlider_Gain_valueChanged(int value)
1372
void TQtSettings::on_horizontalSlider_Gain_valueChanged(int value)
1370
{
1373
{
1371
    DECL_TRACER("TQtSettings::on_horizontalSlider_Gain_valueChanged(int value)");
1374
    DECL_TRACER("TQtSettings::on_horizontalSlider_Gain_valueChanged(int value)");