[mythtv-commits] mythtv commit: r18680 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 12 09:40:26 UTC 2008


      Author: nigel
        Date: 2008-10-12 09:40:26 +0000 (Sun, 12 Oct 2008)
New Revision: 18680
   Changeset: http://cvs.mythtv.org/trac/changeset/18680

Modified:

   trunk/mythtv/libs/libmyth/xmlparse.cpp

Log:

Simplify QString checking, remove some "" assignments.
It is pointless to check both isNull() && isEmpty() in one if -
the latter is a superset, and size() or length() is a tidier negative case.
This is about half of them. Very slightly tested.





More information about the mythtv-commits mailing list