[mythtv-commits] mythtv commit: r24330 - in trunk/mythtv by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Apr 30 22:44:43 UTC 2010


      Author: janne
        Date: 2010-04-30 22:44:43 +0000 (Fri, 30 Apr 2010)
New Revision: 24330
   Changeset: http://svn.mythtv.org/trac/changeset/24330

Modified:

   trunk/mythtv/libs/libmythtv/videoouttypes.h
   trunk/mythtv/programs/mythfrontend/progdetails.cpp
   trunk/mythtv/programs/mythtranscode/mpeg2fix.cpp

Log:

simplify handling of empty/null QStrings

clang has problems with conditionals of different types.
left() doesn't modify the string, fixes a bug of not removing the
trailing ', ' from advisory in ProgDetails::getRatings().
The verbose string doesn't need to be complicated.
QString::left() returns the whole string is called with negative argument.




More information about the mythtv-commits mailing list