/[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 1666 by nagata, Sun Jan 13 16:44:00 2008 UTC revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 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
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 37  Line 37 
37    
38  int main ( int argc, char **argv )  int main ( int argc, char **argv )
39  {  {
40            Q_INIT_RESOURCE(qsampler);
41    
42          QApplication app(argc, argv);          QApplication app(argc, argv);
43    
44          // Load translation support.          // Load translation support.

Legend:
Removed from v.1666  
changed lines
  Added in v.1667

  ViewVC Help
Powered by ViewVC