[mythtv-firehose] mythtv branch master updated by lvr. v0.28-pre-3405-g362170e

Git Repo Owner noreply at mythtv.org
Sat Jan 9 15:33:57 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user lvr.
       via  362170e96a8397392049a78bc299a47ed1090b7d (commit)
      from  547e16de2fa7fcdb7aeb768927c24d4b27d3ca29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 362170e96a8397392049a78bc299a47ed1090b7d
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sat, 9 Jan 2016 14:52:12 +0000
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Sat, 9 Jan 2016 15:33:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=362170e96a8397392049a78bc299a47ed1090b7d

TV: Qt5 compatibility for DBEvent::GetMatch
Qt5 changed the return type of QDateTime::secsTo() to qint64
from int.  As a result std::abs of this type requires a conversion
which is ambiguous (int, float, double) and gives errors with
C++11 compliant compilers.

This patch uses the qAbs function which is Qt4 and 5 compatible.

Thanks to Craig Treleaven <ctreleaven at cogeco.ca> for spotting this.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/programdata.cpp |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-firehose mailing list