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

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

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

revision 1557 by capela, Thu Nov 22 11:10:44 2007 UTC revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC
# Line 31  Line 31 
31    
32  namespace QSampler {  namespace QSampler {
33    
34    //-------------------------------------------------------------------------
35    // QSampler::OptionsForm -- Options form implementation.
36    //
37    
38  OptionsForm::OptionsForm ( QWidget* pParent )  OptionsForm::OptionsForm ( QWidget* pParent )
39          : QDialog(pParent)          : QDialog(pParent)
40  {  {
# Line 123  OptionsForm::~OptionsForm() Line 127  OptionsForm::~OptionsForm()
127  }  }
128    
129  // Populate (setup) dialog controls from settings descriptors.  // Populate (setup) dialog controls from settings descriptors.
130  void OptionsForm::setup ( qsamplerOptions *pOptions )  void OptionsForm::setup ( Options *pOptions )
131  {  {
132          // Set reference descriptor.          // Set reference descriptor.
133          m_pOptions = pOptions;          m_pOptions = pOptions;

Legend:
Removed from v.1557  
changed lines
  Added in v.1558

  ViewVC Help
Powered by ViewVC