[mythtv-commits] [MythTV/mythtv] 1347bf: Use isEmpty for empty QString

kmdewaal noreply at github.com
Sat Jul 13 09:08:42 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 1347bfaff6fa29232ab55e63eaecf9d2c2e306d4
      https://github.com/MythTV/mythtv/commit/1347bfaff6fa29232ab55e63eaecf9d2c2e306d4
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-07-13 (Sat, 13 Jul 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dtvsignalmonitor.cpp

  Log Message:
  -----------
  Use isEmpty for empty QString

Trivial change: replace comparison with an empty string
with isEmpty() to catch the case when the QString pointer
might be null instead of pointing to an empty string.




More information about the mythtv-commits mailing list