[mythtv-firehose] mythtv/master commit: 1f6d42e3f by David Engel (gigem)

MythTV noreply at mythtv.org
Tue Feb 14 16:17:54 UTC 2012


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2012-02-14T07:41:59-08:00
   Push Date:  2012/02/14 08:17:42 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  1f6d42e3f54648e54da1df8e2f4fc29cb0690389
   Changeset:  https://github.com/MythTV/mythtv/commit/1f6d42e3f

Log:

Convert some case insensitive QString checks to use compare().

This should be more efficient than using toLower() and operator==
since it avoids making temporary copies.

Refs #10331

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/programs/mythbackend/scheduler.cpp



More information about the mythtv-firehose mailing list