[mythtv-commits] [MythTV/mythtv] faf39f: tidy: Fix a "variable not initialized" warning.
David Hampton
noreply at github.com
Fri Nov 5 17:11:07 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: faf39fb57e7c80b27acf7c359b2db9999e6e9b81
https://github.com/MythTV/mythtv/commit/faf39fb57e7c80b27acf7c359b2db9999e6e9b81
Author: David Hampton <mythtv at love2code.net>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mythtv/libs/libmythtv/tv_play.cpp
Log Message:
-----------
tidy: Fix a "variable not initialized" warning.
Commit: 8a6c0779645f3183cf9aa4944adb6252d2688bb6
https://github.com/MythTV/mythtv/commit/8a6c0779645f3183cf9aa4944adb6252d2688bb6
Author: David Hampton <mythtv at love2code.net>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
Log Message:
-----------
tidy: Fix "invalid case style for private member" warning.
Commit: 334c4cf242b5c339c155739c7169483b1dbb5244
https://github.com/MythTV/mythtv/commit/334c4cf242b5c339c155739c7169483b1dbb5244
Author: David Hampton <mythtv at love2code.net>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mythtv/libs/libmyth/netutils.cpp
M mythtv/libs/libmythmetadata/imagemanager.cpp
M mythtv/libs/libmythmetadata/videometadata.cpp
M mythtv/libs/libmythtv/cardutil.cpp
M mythtv/libs/libmythtv/metadataimagehelper.cpp
M mythtv/libs/libmythtv/mythvideoprofile.cpp
Log Message:
-----------
Replace MSqlQuery.bindValue(isNull()) with bindValueNoNull().
The latter also guarantees that a NULL isn't passed to SQL, is cleaner
to read, and shares a single common call to QString::isNull().
Commit: ba1f4482df97dd3bf080d148662e473160c2aff2
https://github.com/MythTV/mythtv/commit/ba1f4482df97dd3bf080d148662e473160c2aff2
Author: David Hampton <mythtv at love2code.net>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mythplugins/mythgame/mythgame/gamehandler.cpp
M mythplugins/mythmusic/mythmusic/playlisteditorview.cpp
Log Message:
-----------
Remove redundant calls to QString::isNull.
These if clauses are already testing for !isEmpty() making the call to
!isNull() redundant.
Commit: 03855a81f83d4bce9d4a78a7092219acf030aeed
https://github.com/MythTV/mythtv/commit/03855a81f83d4bce9d4a78a7092219acf030aeed
Author: David Hampton <mythtv at love2code.net>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mythtv/configure
Log Message:
-----------
Compile with vulkan on Ubuntu 22.04.
Compare: https://github.com/MythTV/mythtv/compare/eeb9ba33d7e7...03855a81f83d
More information about the mythtv-commits
mailing list