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

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

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

revision 119 by capela, Wed Jun 9 20:24:48 2004 UTC revision 127 by capela, Mon Jun 14 21:05:20 2004 UTC
# Line 499  void qsamplerChannelStrip::appendMessage Line 499  void qsamplerChannelStrip::appendMessage
499  void qsamplerChannelStrip::contextMenuEvent( QContextMenuEvent *pEvent )  void qsamplerChannelStrip::contextMenuEvent( QContextMenuEvent *pEvent )
500  {  {
501      // We'll just show up the main form's edit menu.      // We'll just show up the main form's edit menu.
502      m_pMainForm->stabilizeForm();      m_pMainForm->contextMenuEvent(pEvent);
     m_pMainForm->editMenu->exec(pEvent->globalPos());  
503  }  }
504    
505    

Legend:
Removed from v.119  
changed lines
  Added in v.127

  ViewVC Help
Powered by ViewVC