[mythtv-commits] [MythTV/mythtv] 10a768: Fix readability warning in tv_play.cpp.

David Hampton noreply at github.com
Tue Oct 20 12:48:22 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 10a768e9d79470e158a7eea6a0799a00ef89c2f1
      https://github.com/MythTV/mythtv/commit/10a768e9d79470e158a7eea6a0799a00ef89c2f1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp

  Log Message:
  -----------
  Fix readability warning in tv_play.cpp.

This is caused by the Qt headers removing the word "emit", leaving the
line indented by one character more (the space after "emit") than it
appears to be in the source code. That combined with the immediately
preceding if/else clause causes the warning to be triggered.




More information about the mythtv-commits mailing list