[mythtv-commits] mythtv/master commit: 6c421547e by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Wed Oct 12 05:25:23 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-10-11T22:18:34-07:00
   Push Date:  2011/10/11 22:25:13 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  6c421547ef9cfdb79d70814fd5d19d213c513b0e
   Changeset:  https://github.com/MythTV/mythtv/commit/6c421547e

Log:

Implement deprecated setting for CommandLineArg objects

This implements the 'SetDeprecated(QString)' for the command line
parser.  This method takes an optional string to print along with
the warning.  The warning takes the form...

****************************************************
 WARNING: %OPTION% has been deprecated
          %MESSAGE%
****************************************************

Where option is that used on the command line, and message is that
provided to the SetDeprecated method.

Modified:

   mythtv/libs/libmythbase/mythcommandlineparser.cpp



More information about the mythtv-commits mailing list