/[svn]/qsampler/trunk/src/qsamplerDeviceForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDeviceForm.ui.h

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

revision 463 by capela, Tue Mar 15 15:32:29 2005 UTC revision 464 by capela, Tue Mar 15 15:38:26 2005 UTC
# Line 420  void qsamplerDeviceForm::changeDevicePar Line 420  void qsamplerDeviceForm::changeDevicePar
420    
421          m_iDirtySetup++;          m_iDirtySetup++;
422          // Table 1st column has the parameter name;          // Table 1st column has the parameter name;
         const qsamplerDeviceParamMap& params = device.params();  
423          const QString sParam = DeviceParamTable->text(iRow, 0);          const QString sParam = DeviceParamTable->text(iRow, 0);
424          const QString sValue = DeviceParamTable->text(iRow, iCol);          const QString sValue = DeviceParamTable->text(iRow, iCol);
425                    
# Line 495  void qsamplerDeviceForm::changeDevicePor Line 494  void qsamplerDeviceForm::changeDevicePor
494    
495          m_iDirtySetup++;          m_iDirtySetup++;
496          // Table 1st column has the parameter name;          // Table 1st column has the parameter name;
         const qsamplerDeviceParamMap& params = pPort->params();  
497          const QString sParam = DevicePortParamTable->text(iRow, 0);          const QString sParam = DevicePortParamTable->text(iRow, 0);
498          const QString sValue = DevicePortParamTable->text(iRow, iCol);          const QString sValue = DevicePortParamTable->text(iRow, iCol);
499    

Legend:
Removed from v.463  
changed lines
  Added in v.464

  ViewVC Help
Powered by ViewVC