/[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 115 by capela, Mon Jun 7 21:41:43 2004 UTC revision 118 by capela, Tue Jun 8 18:40:06 2004 UTC
# Line 24  Line 24 
24  #include <qmessagebox.h>  #include <qmessagebox.h>
25  #include <qfileinfo.h>  #include <qfileinfo.h>
26  #include <qtooltip.h>  #include <qtooltip.h>
27    #include <qpopupmenu.h>
28    
29  #include <math.h>  #include <math.h>
30    
# Line 498  void qsamplerChannelStrip::appendMessage Line 499  void qsamplerChannelStrip::appendMessage
499  }  }
500    
501    
502    // Context menu event handler.
503    void qsamplerChannelStrip::contextMenuEvent( QContextMenuEvent *pEvent )
504    {
505        // We'll just show up the main form's edit menu.
506        m_pMainForm->stabilizeForm();
507        m_pMainForm->editMenu->exec(pEvent->globalPos());
508    }
509    
510    
511  // end of qsamplerChannelStrip.ui.h  // end of qsamplerChannelStrip.ui.h
512    

Legend:
Removed from v.115  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC