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

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

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

revision 1233 by capela, Mon Jan 8 22:04:33 2007 UTC revision 1234 by capela, Wed Jun 13 21:54:07 2007 UTC
# Line 638  void qsamplerInstrumentList::selectionCh Line 638  void qsamplerInstrumentList::selectionCh
638  void qsamplerInstrumentList::activatedSlot ( QListViewItem *pListItem )  void qsamplerInstrumentList::activatedSlot ( QListViewItem *pListItem )
639  {  {
640          // FIXME: Hope the list view item is the one selected.          // FIXME: Hope the list view item is the one selected.
641          if (pListItem->rtti() == Item)          if (pListItem && pListItem->rtti() == Item)
642                  editItemSlot();                  editItemSlot();
643  }  }
644    

Legend:
Removed from v.1233  
changed lines
  Added in v.1234

  ViewVC Help
Powered by ViewVC