/[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 1740 by capela, Fri May 23 23:35:55 2008 UTC revision 1749 by capela, Wed Jul 2 13:19:09 2008 UTC
# Line 267  int main ( int argc, char **argv ) Line 267  int main ( int argc, char **argv )
267                  return 2;                  return 2;
268          }          }
269    
270            // Set default base font...
271            if (options.iBaseFontSize > 0)
272                    app.setFont(QFont(app.font().family(), options.iBaseFontSize));
273    
274          // Construct, setup and show the main form.          // Construct, setup and show the main form.
275          QSampler::MainForm w;          QSampler::MainForm w;
276          w.setup(&options);          w.setup(&options);

Legend:
Removed from v.1740  
changed lines
  Added in v.1749

  ViewVC Help
Powered by ViewVC