/[svn]/qsampler/trunk/src/qsamplerDevice.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDevice.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 433 by capela, Wed Mar 9 16:44:04 2005 UTC revision 434 by capela, Wed Mar 9 17:23:57 2005 UTC
# Line 404  void qsamplerDeviceParamTable::refresh ( Line 404  void qsamplerDeviceParamTable::refresh (
404          qsamplerDeviceParamMap::ConstIterator iter;          qsamplerDeviceParamMap::ConstIterator iter;
405          for (iter = params.begin(); iter != params.end(); ++iter) {          for (iter = params.begin(); iter != params.end(); ++iter) {
406                  const qsamplerDeviceParam& param = iter.data();                  const qsamplerDeviceParam& param = iter.data();
407                  bool fEnabled = (device.deviceID() < 0 || param.fix);                  bool fEnabled = (device.deviceID() < 0 || !param.fix);
408                  QTable::setText(iRow, 0, param.description);                  QTable::setText(iRow, 0, param.description);
409                  if (param.type == LSCP_TYPE_BOOL) {                  if (param.type == LSCP_TYPE_BOOL) {
410                          QStringList opts;                          QStringList opts;

Legend:
Removed from v.433  
changed lines
  Added in v.434

  ViewVC Help
Powered by ViewVC