/[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 1788 by capela, Sun Oct 26 15:44:42 2008 UTC revision 1890 by capela, Tue Apr 28 09:06:43 2009 UTC
# Line 1  Line 1 
1  // main.cpp  // main.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2008, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2009, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 262  int main ( int argc, char **argv ) Line 262  int main ( int argc, char **argv )
262    
263          // Construct default settings; override with command line arguments.          // Construct default settings; override with command line arguments.
264          QSampler::Options options;          QSampler::Options options;
265          if (!options.parse_args(app.argc(), app.argv())) {          if (!options.parse_args(app.arguments())) {
266                  app.quit();                  app.quit();
267                  return 1;                  return 1;
268          }          }

Legend:
Removed from v.1788  
changed lines
  Added in v.1890

  ViewVC Help
Powered by ViewVC