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

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

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

revision 759 by capela, Sun Aug 28 11:44:10 2005 UTC revision 760 by capela, Sun Aug 28 12:15:16 2005 UTC
# Line 875  void qsamplerChannelRoutingTable::refres Line 875  void qsamplerChannelRoutingTable::refres
875  // Constructor.  // Constructor.
876  qsamplerChannelRoutingComboBox::qsamplerChannelRoutingComboBox (  qsamplerChannelRoutingComboBox::qsamplerChannelRoutingComboBox (
877          QTable *pTable, const QStringList& list, const QPixmap& pixmap )          QTable *pTable, const QStringList& list, const QPixmap& pixmap )
878          : QTableItem(pTable, QTableItem::OnTyping, QString::null, pixmap),          : QTableItem(pTable, QTableItem::WhenCurrent, QString::null, pixmap),
879          m_list(list)          m_list(list)
880  {  {
881          m_iCurrentItem = 0;          m_iCurrentItem = 0;

Legend:
Removed from v.759  
changed lines
  Added in v.760

  ViewVC Help
Powered by ViewVC