/[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 1557 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC
# Line 53  int main ( int argc, char **argv ) Line 53  int main ( int argc, char **argv )
53          }          }
54    
55          // Construct default settings; override with command line arguments.          // Construct default settings; override with command line arguments.
56          qsamplerOptions options;          QSampler::Options options;
57          if (!options.parse_args(app.argc(), app.argv())) {          if (!options.parse_args(app.argc(), app.argv())) {
58                  app.quit();                  app.quit();
59                  return 1;                  return 1;

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

  ViewVC Help
Powered by ViewVC