Mailing List Archive

[MythTV/mythtv] b3b554: clazy: Use more specific includes for QTest header...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: b3b5549f93fe21d76fc5359dd8ffbc05a2d688bf
https://github.com/MythTV/mythtv/commit/b3b5549f93fe21d76fc5359dd8ffbc05a2d688bf
Author: David Hampton <mythtv@love2code.net>
Date: 2024-02-03 (Sat, 03 Feb 2024)

Changed paths:
M mythtv/libs/libmyth/test/test_audioconvert/test_audioconvert.h
M mythtv/libs/libmyth/test/test_audioutils/test_audioutils.h
M mythtv/libs/libmyth/test/test_settings/test_settings.h
M mythtv/libs/libmythbase/test/test_iso639/test_iso639.h
M mythtv/libs/libmythbase/test/test_lcddevice/test_lcddevice.h
M mythtv/libs/libmythbase/test/test_logging/test_logging.h
M mythtv/libs/libmythbase/test/test_mythbinaryplist/test_mythbinaryplist.h
M mythtv/libs/libmythbase/test/test_mythcommandlineparser/test_mythcommandlineparser.h
M mythtv/libs/libmythbase/test/test_mythdate/test_mythdate.h
M mythtv/libs/libmythbase/test/test_mythdbcon/test_mythdbcon.h
M mythtv/libs/libmythbase/test/test_mythsorthelper/test_mythsorthelper.h
M mythtv/libs/libmythbase/test/test_mythsystem/test_mythsystem.h
M mythtv/libs/libmythbase/test/test_mythsystemlegacy/test_mythsystemlegacy.h
M mythtv/libs/libmythbase/test/test_mythtimer/test_mythtimer.h
M mythtv/libs/libmythbase/test/test_programinfo/test_programinfo.h
M mythtv/libs/libmythbase/test/test_rssparse/test_rssparse.h
M mythtv/libs/libmythbase/test/test_template/test_template.h
M mythtv/libs/libmythbase/test/test_unzip/test_unzip.h
M mythtv/libs/libmythmetadata/test/test_lyrics/test_lyrics.h
M mythtv/libs/libmythmetadata/test/test_musicmetadata/test_musicmetadata.h
M mythtv/libs/libmythmetadata/test/test_musicutils/test_musicutils.h
M mythtv/libs/libmythmetadata/test/test_videometadata/test_videometadata.h
M mythtv/libs/libmythtv/test/test_avcinfo/test_avcinfo.h
M mythtv/libs/libmythtv/test/test_bitreader/test_bitreader.h
M mythtv/libs/libmythtv/test/test_copyframes/test_copyframes.h
M mythtv/libs/libmythtv/test/test_eitfixups/test_eitfixups.h
M mythtv/libs/libmythtv/test/test_frequencies/test_frequencies.h
M mythtv/libs/libmythtv/test/test_iptvrecorder/test_iptvrecorder.h
M mythtv/libs/libmythtv/test/test_mheg_dsmcc/test_mheg_dsmcc.h
M mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.h
M mythtv/libs/libmythtv/test/test_mythiowrapper/test_mythiowrapper.h
M mythtv/libs/libmythtv/test/test_subtitlescreen/test_subtitlescreen.h
M mythtv/libs/libmythui/test/test_mythgenerictree/test_mythgenerictree.h
M mythtv/programs/mythbackend/test/test_recordingextender/test_recordingextender.cpp
M mythtv/programs/mythbackend/test/test_recordingextender/test_recordingextender.h
M mythtv/programs/mythfrontend/test/test_videolist/test_videolist.h

Log Message:
-----------
clazy: Use more specific includes for QTest header file.

Replace includes of the module wide <QtTest/QtTest> header with the
<QTest> class header. The former includes *all* of the headers from
the QtTest and QtCore directories, while the latter only includes the
necessary header files for the QTest object.


Commit: 7d62485a9bbdb4717045f18667f46fa746bdc43a
https://github.com/MythTV/mythtv/commit/7d62485a9bbdb4717045f18667f46fa746bdc43a
Author: David Hampton <mythtv@love2code.net>
Date: 2024-02-03 (Sat, 03 Feb 2024)

Changed paths:
M mythtv/configure
M mythtv/libs/libmyth/mediamonitor-unix.cpp
M mythtv/libs/libmyth/mediamonitor-unix.h
M mythtv/libs/libmythui/platforms/mythdisplaymutter.h

Log Message:
-----------
clazy: Use more specific includes for QDBus header files.

Replace includes of the module wide <QtDBus/QtDBus> header with the
more specific class header includes. The former includes *all* of the
headers from the QtDbus and QtCore directories, while the latter only
includes the specified headers.


Commit: 63a34157fa5575e4d0eb0e9dd3c061d234249458
https://github.com/MythTV/mythtv/commit/63a34157fa5575e4d0eb0e9dd3c061d234249458
Author: David Hampton <mythtv@love2code.net>
Date: 2024-02-03 (Sat, 03 Feb 2024)

Changed paths:
M mythtv/libs/libmythtv/recorders/cetonstreamhandler.cpp
M mythtv/libs/libmythtv/recorders/iptvstreamhandler.h

Log Message:
-----------
clazy: Remove include of the module wide QtNetwork header file.

Replace includes of the module wide <QtNetwork> header with more
specific includes. The former includes *all* of the headers from the
QtNetwork and QtCore directories, while the latter only includes the
specified header files.


Commit: 15652654c698a6b9bd4e2a306e1fefc73e6aab63
https://github.com/MythTV/mythtv/commit/15652654c698a6b9bd4e2a306e1fefc73e6aab63
Author: David Hampton <mythtv@love2code.net>
Date: 2024-02-03 (Sat, 03 Feb 2024)

Changed paths:
M mythtv/programs/mythccextractor/mythccextractor.cpp

Log Message:
-----------
clazy: Remove unnecessary include of the QtGui header file.

This unnecessary includes pulls in *all* of the headers from the QtGui
and QtCore directories.


Compare: https://github.com/MythTV/mythtv/compare/8d56a65cf3ba...15652654c698
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits