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

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

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

revision 751 by capela, Fri Aug 19 17:10:16 2005 UTC revision 752 by capela, Sat Aug 20 10:57:24 2005 UTC
# Line 55  int main ( int argc, char **argv ) Line 55  int main ( int argc, char **argv )
55          app.quit();          app.quit();
56          return 1;          return 1;
57      }      }
58        
59      // Construct, setup and show the main form.      // Construct, setup and show the main form.
60      qsamplerMainForm w;      qsamplerMainForm w;
61          app.setMainWidget(&w);          app.setMainWidget(&w);
# Line 69  int main ( int argc, char **argv ) Line 69  int main ( int argc, char **argv )
69  }  }
70    
71  // end of main.cpp  // end of main.cpp
   

Legend:
Removed from v.751  
changed lines
  Added in v.752

  ViewVC Help
Powered by ViewVC