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

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

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

revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1474 by schoenebeck, Mon Nov 5 20:47:38 2007 UTC
# Line 2166  ChannelStrip* MainForm::createChannelStr Line 2166  ChannelStrip* MainForm::createChannelStr
2166      }      }
2167    
2168      // Add a new channel itema...      // Add a new channel itema...
2169      Qt::WFlags wflags = Qt::WStyle_Customize | Qt::WStyle_Tool | Qt::WStyle_Title | Qt::WStyle_NoBorder;      pChannelStrip = new ChannelStrip(m_pWorkspace);
     pChannelStrip = new ChannelStrip(m_pWorkspace, wflags);  
2170      if (pChannelStrip == NULL)      if (pChannelStrip == NULL)
2171          return NULL;          return NULL;
2172    

Legend:
Removed from v.1473  
changed lines
  Added in v.1474

  ViewVC Help
Powered by ViewVC