/[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 750 by capela, Mon May 10 13:20:00 2004 UTC revision 751 by capela, Fri Aug 19 17:10:16 2005 UTC
# Line 58  int main ( int argc, char **argv ) Line 58  int main ( int argc, char **argv )
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);
62      w.setup(&options);      w.setup(&options);
63      w.show();      w.show();
64    
65      // Register the quit signal/slot.      // Register the quit signal/slot.
66      app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));      // app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
67    
68      return app.exec();      return app.exec();
69  }  }

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

  ViewVC Help
Powered by ViewVC