/[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 464 by capela, Tue Mar 15 15:38:26 2005 UTC revision 465 by capela, Tue Mar 15 15:56:00 2005 UTC
# Line 392  void qsamplerDeviceForm::selectDevicePor Line 392  void qsamplerDeviceForm::selectDevicePor
392          qsamplerDevicePort *pPort = device.ports().at(iPort);          qsamplerDevicePort *pPort = device.ports().at(iPort);
393          if (pPort) {          if (pPort) {
394                  m_iDirtySetup++;                  m_iDirtySetup++;
395                  DevicePortParamTable->refresh(pPort->params(), true);                  DevicePortParamTable->refresh(pPort->params(), false);
396                  m_iDirtySetup--;                  m_iDirtySetup--;
397          }          }
398          // Done.          // Done.

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

  ViewVC Help
Powered by ViewVC