
mythtv at cvs
Oct 12, 2008, 2:40 AM
Post #1 of 1
(68 views)
Permalink
|
|
mythtv commit: r18680 by nigel
|
|
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. _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|