/[svn]/qsampler/trunk/src/qsamplerOptions.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3849 by capela, Thu Jan 7 16:18:02 2021 UTC revision 4024 by capela, Sun Feb 6 10:50:27 2022 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2022, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007,2008,2015 Christian Schoenebeck     Copyright (C) 2007,2008,2015 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 54  public: Line 54  public:
54    
55          // Command line arguments parser.          // Command line arguments parser.
56          bool parse_args(const QStringList& args);          bool parse_args(const QStringList& args);
57    #if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)
58            void show_error(const QString& msg);
59    #else
60          // Command line usage helper.          // Command line usage helper.
61          void print_usage(const QString& arg0);          void print_usage(const QString& arg0);
62    #endif
63    
64          // Startup supplied session file.          // Startup supplied session file.
65          QString sSessionFile;          QString sSessionFile;

Legend:
Removed from v.3849  
changed lines
  Added in v.4024

  ViewVC Help
Powered by ViewVC