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

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

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

revision 2981 by capela, Mon Aug 15 19:10:16 2016 UTC revision 2982 by capela, Sun Aug 28 13:48:55 2016 UTC
# Line 191  void ChannelForm::setup ( Channel *pChan Line 191  void ChannelForm::setup ( Channel *pChan
191                  if (sInstrumentFile.isEmpty()                  if (sInstrumentFile.isEmpty()
192                          || !QFileInfo(sInstrumentFile).exists())                          || !QFileInfo(sInstrumentFile).exists())
193                          m_ui.InstrumentFileComboBox->removeItem(i);                          m_ui.InstrumentFileComboBox->removeItem(i);
194                  else --i;                  --i;
195          }          }
196    
197          // Populate Engines list.          // Populate Engines list.

Legend:
Removed from v.2981  
changed lines
  Added in v.2982

  ViewVC Help
Powered by ViewVC