Mailing List Archive

[MythTV/mythtv] eab87a: clazy: Convert to new style Qt connect function. (...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: eab87a3facd6dc5a913a38d9380f35a391dcdb1f
https://github.com/MythTV/mythtv/commit/eab87a3facd6dc5a913a38d9380f35a391dcdb1f
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mytharchive/mytharchive/exportnative.cpp
M mythplugins/mytharchive/mytharchive/fileselector.cpp
M mythplugins/mytharchive/mytharchive/importnative.cpp
M mythplugins/mytharchive/mytharchive/logviewer.cpp
M mythplugins/mytharchive/mytharchive/mythburn.cpp
M mythplugins/mytharchive/mytharchive/recordingselector.cpp
M mythplugins/mytharchive/mytharchive/selectdestination.cpp
M mythplugins/mytharchive/mytharchive/themeselector.cpp
M mythplugins/mytharchive/mytharchive/thumbfinder.cpp
M mythplugins/mytharchive/mytharchive/videoselector.cpp
M mythplugins/mythbrowser/mythbrowser/bookmarkeditor.cpp
M mythplugins/mythbrowser/mythbrowser/bookmarkmanager.cpp
M mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
M mythplugins/mythbrowser/mythbrowser/webpage.cpp
M mythplugins/mythgame/mythgame/gamedetails.cpp
M mythplugins/mythgame/mythgame/gamescan.cpp
M mythplugins/mythgame/mythgame/gameui.cpp
M mythplugins/mythgame/mythgame/romedit.cpp
M mythplugins/mythmusic/mythmusic/avfdecoder.cpp
M mythplugins/mythmusic/mythmusic/cdrip.cpp
M mythplugins/mythmusic/mythmusic/importmusic.cpp
M mythplugins/mythmusic/mythmusic/importsettings.cpp
M mythplugins/mythmusic/mythmusic/lyricsview.cpp
M mythplugins/mythmusic/mythmusic/mainvisual.cpp
M mythplugins/mythmusic/mythmusic/musiccommon.cpp
M mythplugins/mythmusic/mythmusic/musicplayer.cpp
M mythplugins/mythmusic/mythmusic/playlisteditorview.cpp
M mythplugins/mythmusic/mythmusic/ratingsettings.cpp
M mythplugins/mythmusic/mythmusic/searchview.cpp
M mythplugins/mythmusic/mythmusic/smartplaylist.cpp
M mythplugins/mythmusic/mythmusic/streamview.cpp
M mythplugins/mythmusic/mythmusic/visualizationsettings.cpp
M mythplugins/mythmusic/mythmusic/visualizerview.cpp
M mythplugins/mythnetvision/mythnetvision/netbase.cpp
M mythplugins/mythnetvision/mythnetvision/neteditorbase.cpp
M mythplugins/mythnetvision/mythnetvision/netsearch.cpp
M mythplugins/mythnetvision/mythnetvision/nettree.cpp
M mythplugins/mythnetvision/mythnetvision/rsseditor.cpp
M mythplugins/mythnews/mythnews/mythnews.cpp
M mythplugins/mythnews/mythnews/mythnewsconfig.cpp
M mythplugins/mythnews/mythnews/mythnewseditor.cpp
M mythplugins/mythweather/mythweather/weather.cpp
M mythplugins/mythweather/mythweather/weatherSetup.cpp
M mythplugins/mythweather/mythweather/weatherSource.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmclient.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmconsole.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmevents.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmliveplayer.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmminiplayer.cpp
M mythplugins/mythzoneminder/mythzoneminder/zmplayer.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 1a: plugins)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are changes
where both the signal and the slot were unique, and the change could
be automatically applied by clazy.

Additionally, a number of classes didn't specify "public" when stating
they inherited from QObject, so all the QObject functions were
inherited as private. This prevents the newer "PMF" QObject::connect
function from working. These were changed by hand these so that the
QObject functions are publicly included.


Commit: 33ddc8e34bc1d3a6794ad1bffa0b1db61dc28674
https://github.com/MythTV/mythtv/commit/33ddc8e34bc1d3a6794ad1bffa0b1db61dc28674
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythtv/libs/libmyth/backendselect.cpp
M mythtv/libs/libmyth/guistartup.cpp
M mythtv/libs/libmyth/langsettings.cpp
M mythtv/libs/libmyth/mediamonitor-unix.cpp
M mythtv/libs/libmyth/mythcontext.cpp
M mythtv/libs/libmyth/mythrssmanager.cpp
M mythtv/libs/libmyth/mythterminal.cpp
M mythtv/libs/libmyth/netgrabbermanager.cpp
M mythtv/libs/libmyth/rawsettingseditor.cpp
M mythtv/libs/libmyth/standardsettings.cpp
M mythtv/libs/libmyth/storagegroupeditor.cpp
M mythtv/libs/libmythbase/bonjourregister.cpp
M mythtv/libs/libmythbase/mythdownloadmanager.cpp
M mythtv/libs/libmythbase/mythsingledownload.cpp
M mythtv/libs/libmythbase/mythsocket.cpp
M mythtv/libs/libmythbase/mythsystemunix.cpp
M mythtv/libs/libmythbase/serverpool.cpp
M mythtv/libs/libmythbase/signalhandling.cpp
M mythtv/libs/libmythmetadata/mythuiimageresults.cpp
M mythtv/libs/libmythmetadata/mythuimetadataresults.cpp
M mythtv/libs/libmythmetadata/parentalcontrols.cpp
M mythtv/libs/libmythmetadata/videoscan.cpp
M mythtv/libs/libmythprotoserver/requesthandler/outboundhandler.cpp
M mythtv/libs/libmythtv/AirPlay/mythairplayserver.cpp
M mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp
M mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp
M mythtv/libs/libmythtv/channelscan/channelscanner_gui.cpp
M mythtv/libs/libmythtv/channelscan/channelscanner_gui_scan_pane.cpp
M mythtv/libs/libmythtv/mheg/mhegic.cpp
M mythtv/libs/libmythtv/mheg/netstream.cpp
M mythtv/libs/libmythtv/playgroup.cpp
M mythtv/libs/libmythtv/recorders/httptsstreamhandler.cpp
M mythtv/libs/libmythtv/recorders/iptvstreamhandler.cpp
M mythtv/libs/libmythtv/recorders/iptvstreamhandler.h
M mythtv/libs/libmythtv/recorders/satiprtsp.cpp
M mythtv/libs/libmythtv/recorders/satiprtsp.h
M mythtv/libs/libmythtv/recordingprofile.cpp
M mythtv/libs/libmythtv/scanwizard.cpp
M mythtv/libs/libmythtv/transporteditor.cpp
M mythtv/libs/libmythtv/videosource.cpp
M mythtv/libs/libmythui/mythdialogbox.cpp
M mythtv/libs/libmythui/mythmainwindow.cpp
M mythtv/libs/libmythui/mythnotificationcenter.cpp
M mythtv/libs/libmythui/mythscreenstack.cpp
M mythtv/libs/libmythui/myththemedmenu.cpp
M mythtv/libs/libmythui/mythuibutton.cpp
M mythtv/libs/libmythui/mythuibuttonlist.cpp
M mythtv/libs/libmythui/mythuibuttontree.cpp
M mythtv/libs/libmythui/mythuicheckbox.cpp
M mythtv/libs/libmythui/mythuifilebrowser.cpp
M mythtv/libs/libmythui/mythuiscrollbar.cpp
M mythtv/libs/libmythui/mythuispinbox.cpp
M mythtv/libs/libmythui/mythuitextedit.cpp
M mythtv/libs/libmythui/mythuiwebbrowser.cpp
M mythtv/libs/libmythui/mythvirtualkeyboard.cpp
M mythtv/libs/libmythupnp/websocket.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 1b: libs)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are changes
where both the signal and the slot were unique, and the change could
be automatically applied by clazy.

Additionally, a number of classes didn't specify "public" when stating
they inherited from QObject, so all the QObject functions were
inherited as private. This prevents the newer "PMF" QObject::connect
function from working. These were changed by hand these so that the
QObject functions are publicly included.


Commit: 483c48669350454915448bf3102a79503a1e62e2
https://github.com/MythTV/mythtv/commit/483c48669350454915448bf3102a79503a1e62e2
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythtv/programs/mythbackend/internetContent.cpp
M mythtv/programs/mythbackend/mainserver.cpp
M mythtv/programs/mythcommflag/ClassicCommDetector.cpp
M mythtv/programs/mythfilerecorder/mythfilerecorder.cpp
M mythtv/programs/mythfrontend/audiogeneralsettings.cpp
M mythtv/programs/mythfrontend/backendconnectionmanager.cpp
M mythtv/programs/mythfrontend/channelrecpriority.cpp
M mythtv/programs/mythfrontend/customedit.cpp
M mythtv/programs/mythfrontend/custompriority.cpp
M mythtv/programs/mythfrontend/editvideometadata.cpp
M mythtv/programs/mythfrontend/galleryinfo.cpp
M mythtv/programs/mythfrontend/galleryinfo.h
M mythtv/programs/mythfrontend/galleryslide.cpp
M mythtv/programs/mythfrontend/galleryslideview.cpp
M mythtv/programs/mythfrontend/gallerythumbview.cpp
M mythtv/programs/mythfrontend/gallerytransitions.cpp
M mythtv/programs/mythfrontend/grabbersettings.cpp
M mythtv/programs/mythfrontend/idlescreen.cpp
M mythtv/programs/mythfrontend/keygrabber.cpp
M mythtv/programs/mythfrontend/manualschedule.cpp
M mythtv/programs/mythfrontend/mythcontrols.cpp
M mythtv/programs/mythfrontend/networkcontrol.cpp
M mythtv/programs/mythfrontend/playbackbox.cpp
M mythtv/programs/mythfrontend/prevreclist.cpp
M mythtv/programs/mythfrontend/progfind.cpp
M mythtv/programs/mythfrontend/proglist.cpp
M mythtv/programs/mythfrontend/proglist_helpers.cpp
M mythtv/programs/mythfrontend/programrecpriority.cpp
M mythtv/programs/mythfrontend/scheduleeditor.cpp
M mythtv/programs/mythfrontend/setupwizard_audio.cpp
M mythtv/programs/mythfrontend/setupwizard_general.cpp
M mythtv/programs/mythfrontend/setupwizard_video.cpp
M mythtv/programs/mythfrontend/statusbox.cpp
M mythtv/programs/mythfrontend/themechooser.cpp
M mythtv/programs/mythfrontend/upnpscanner.cpp
M mythtv/programs/mythfrontend/videodlg.cpp
M mythtv/programs/mythfrontend/videofileassoc.cpp
M mythtv/programs/mythfrontend/videofilter.cpp
M mythtv/programs/mythfrontend/videometadatasettings.cpp
M mythtv/programs/mythfrontend/videoplayersettings.cpp
M mythtv/programs/mythfrontend/videopopups.cpp
M mythtv/programs/mythfrontend/viewscheduled.cpp
M mythtv/programs/mythfrontend/viewschedulediff.cpp
M mythtv/programs/mythlcdserver/lcdprocclient.cpp
M mythtv/programs/mythlcdserver/lcdserver.cpp
M mythtv/programs/mythtv-setup/channeleditor.cpp
M mythtv/programs/mythtv-setup/importicons.cpp
M mythtv/programs/mythwelcome/welcomedialog.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 1c: programs)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are changes
where both the signal and the slot were unique, and the change could
be automatically applied by clazy.

Additionally, a number of classes didn't specify "public" when stating
they inherited from QObject, so all the QObject functions were
inherited as private. This prevents the newer "PMF" QObject::connect
function from working. These were changed by hand these so that the
QObject functions are publicly included.


Commit: 6aac92aa280eb9a817f31783361a320225c7fa6e
https://github.com/MythTV/mythtv/commit/6aac92aa280eb9a817f31783361a320225c7fa6e
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mytharchive/mytharchive/editmetadata.cpp
M mythplugins/mythmusic/mythmusic/editmetadata.cpp
M mythplugins/mythmusic/mythmusic/generalsettings.cpp
M mythplugins/mythmusic/mythmusic/main.cpp
M mythplugins/mythmusic/mythmusic/miniplayer.cpp
M mythplugins/mythmusic/mythmusic/playersettings.cpp
M mythplugins/mythnetvision/mythfillnetvision/main.cpp
M mythtv/libs/libmythbase/housekeeper.cpp
M mythtv/libs/libmythbase/lcddevice.cpp
M mythtv/libs/libmythmetadata/imagemanager.h
M mythtv/programs/mythfrontend/globalsettings.cpp
M mythtv/programs/mythfrontend/guidegrid.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 2)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are
explicit changes recommended by clazy that didn't get automatically
applied and had to be applied by hand.


Commit: 120675d15397d64c9f2192039218ffe785c333f1
https://github.com/MythTV/mythtv/commit/120675d15397d64c9f2192039218ffe785c333f1
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mytharchive/mytharchive/importnative.cpp
M mythplugins/mytharchive/mytharchive/logviewer.cpp
M mythplugins/mytharchive/mytharchive/mythburn.cpp
M mythplugins/mytharchive/mytharchive/selectdestination.cpp
M mythplugins/mythgame/mythgame/gameui.cpp
M mythplugins/mythmusic/mythmusic/cdrip.cpp
M mythplugins/mythmusic/mythmusic/musiccommon.cpp
M mythplugins/mythmusic/mythmusic/playlist.cpp
M mythplugins/mythmusic/mythmusic/playlist.h
M mythplugins/mythmusic/mythmusic/playlisteditorview.cpp
M mythplugins/mythmusic/mythmusic/searchview.cpp
M mythplugins/mythmusic/mythmusic/smartplaylist.cpp
M mythplugins/mythmusic/mythmusic/smartplaylist.h
M mythplugins/mythmusic/mythmusic/streamview.cpp
M mythplugins/mythnews/mythnews/mythnews.cpp
M mythplugins/mythweather/mythweather/weatherSetup.cpp
M mythplugins/mythweather/mythweather/weatherSetup.h
M mythplugins/mythweather/mythweather/weatherSource.cpp
M mythplugins/mythweather/mythweather/weatherSource.h
M mythplugins/mythzoneminder/mythzoneminder/zmevents.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 3a: plugins)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are
conversions where there were multiple overloads of either the signal
or the slot, and the conversion was manual.


Commit: ac9560e059112f5528e065ab9bf38af425fd9049
https://github.com/MythTV/mythtv/commit/ac9560e059112f5528e065ab9bf38af425fd9049
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mythmusic/mythmusic/musiccommon.cpp
M mythtv/libs/libmyth/backendselect.cpp
M mythtv/libs/libmyth/guistartup.cpp
M mythtv/libs/libmyth/guistartup.h
M mythtv/libs/libmyth/langsettings.cpp
M mythtv/libs/libmyth/mediamonitor-darwin.cpp
M mythtv/libs/libmyth/mediamonitor-windows.cpp
M mythtv/libs/libmyth/mythterminal.cpp
M mythtv/libs/libmyth/netgrabbermanager.cpp
M mythtv/libs/libmyth/netgrabbermanager.h
M mythtv/libs/libmyth/standardsettings.cpp
M mythtv/libs/libmythbase/loggingserver.cpp
M mythtv/libs/libmythbase/mythdownloadmanager.cpp
M mythtv/libs/libmythbase/mythsocket.cpp
M mythtv/libs/libmythbase/mythsystemwindows.cpp
M mythtv/libs/libmythtv/AirPlay/mythairplayserver.cpp
M mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp
M mythtv/libs/libmythtv/channelscan/paneatsc.h
M mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp
M mythtv/libs/libmythtv/channelscan/scanwizardconfig.h
M mythtv/libs/libmythtv/channelsettings.cpp
M mythtv/libs/libmythtv/diseqcsettings.cpp
M mythtv/libs/libmythtv/diseqcsettings.h
M mythtv/libs/libmythtv/mheg/netstream.cpp
M mythtv/libs/libmythtv/recordingprofile.cpp
M mythtv/libs/libmythtv/transporteditor.cpp
M mythtv/libs/libmythtv/videosource.cpp
M mythtv/libs/libmythui/myththemedmenu.cpp
M mythtv/libs/libmythui/myththemedmenu.h
M mythtv/libs/libmythui/mythudplistener.cpp
M mythtv/libs/libmythui/mythuiscrollbar.cpp
M mythtv/libs/libmythui/mythuitype.cpp
M mythtv/libs/libmythui/mythuiwebbrowser.cpp
M mythtv/libs/libmythupnp/websocket.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 3b: libs)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are
conversions where there were multiple overloads of either the signal
or the slot, and the conversion was manual.


Commit: e02f65d8803ed25d32df9b41e45a901f2e3d8831
https://github.com/MythTV/mythtv/commit/e02f65d8803ed25d32df9b41e45a901f2e3d8831
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythtv/programs/mythbackend/mainserver.cpp
M mythtv/programs/mythcommflag/main.cpp
M mythtv/programs/mythfrontend/audiogeneralsettings.cpp
M mythtv/programs/mythfrontend/audiogeneralsettings.h
M mythtv/programs/mythfrontend/galleryslide.cpp
M mythtv/programs/mythfrontend/galleryslide.h
M mythtv/programs/mythfrontend/galleryslideview.cpp
M mythtv/programs/mythfrontend/galleryslideview.h
M mythtv/programs/mythfrontend/gallerytransitions.cpp
M mythtv/programs/mythfrontend/globalsettings.cpp
M mythtv/programs/mythfrontend/guidegrid.cpp
M mythtv/programs/mythfrontend/main.cpp
M mythtv/programs/mythfrontend/mythcontrols.cpp
M mythtv/programs/mythfrontend/mythcontrols.h
M mythtv/programs/mythfrontend/networkcontrol.cpp
M mythtv/programs/mythfrontend/playbackbox.cpp
M mythtv/programs/mythfrontend/playbackbox.h
M mythtv/programs/mythfrontend/proglist.cpp
M mythtv/programs/mythfrontend/schedulecommon.cpp
M mythtv/programs/mythfrontend/schedulecommon.h
M mythtv/programs/mythfrontend/scheduleeditor.cpp
M mythtv/programs/mythfrontend/scheduleeditor.h
M mythtv/programs/mythfrontend/setupwizard_audio.cpp
M mythtv/programs/mythfrontend/themechooser.cpp
M mythtv/programs/mythfrontend/videodlg.cpp
M mythtv/programs/mythfrontend/viewscheduled.cpp
M mythtv/programs/mythlcdserver/lcdprocclient.cpp

Log Message:
-----------
clazy: Convert to new style Qt connect function. (step 3c: programs)

Using the newer "PMF" connect allows all of the function arguments to
be checked at compile time, instead of at run time. These are
conversions where there were multiple overloads of either the signal
or the slot, and the conversion was manual.


Commit: 011f9a5c363b46003f54f30600793e9887eb9994
https://github.com/MythTV/mythtv/commit/011f9a5c363b46003f54f30600793e9887eb9994
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mythmusic/mythmusic/smartplaylist.cpp
M mythtv/libs/libmyth/backendselect.cpp
M mythtv/libs/libmyth/backendselect.h
M mythtv/libs/libmythtv/videosource.cpp
M mythtv/libs/libmythtv/videosource.h
M mythtv/libs/libmythui/mythuitextedit.cpp

Log Message:
-----------
Remove some commented out variables and connect() calls.


Commit: 8bb6af98c9856df0d0752d8afa887733df10a36e
https://github.com/MythTV/mythtv/commit/8bb6af98c9856df0d0752d8afa887733df10a36e
Author: David Hampton <mythtv@love2code.net>
Date: 2020-10-09 (Fri, 09 Oct 2020)

Changed paths:
M mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
M mythplugins/mythbrowser/mythbrowser/mythbrowser.h
M mythplugins/mythmusic/mythmusic/cdrip.cpp
M mythplugins/mythmusic/mythmusic/cdrip.h
M mythplugins/mythmusic/mythmusic/editmetadata.cpp
M mythplugins/mythmusic/mythmusic/editmetadata.h
M mythplugins/mythmusic/mythmusic/importmusic.cpp
M mythplugins/mythmusic/mythmusic/importmusic.h
M mythplugins/mythnetvision/mythnetvision/netsearch.cpp
M mythplugins/mythnetvision/mythnetvision/netsearch.h
M mythplugins/mythnetvision/mythnetvision/nettree.cpp
M mythplugins/mythnetvision/mythnetvision/nettree.h
M mythplugins/mythnews/mythnews/mythnews.cpp
M mythplugins/mythnews/mythnews/mythnews.h
M mythtv/libs/libmyth/storagegroupeditor.cpp
M mythtv/libs/libmyth/storagegroupeditor.h
M mythtv/libs/libmythtv/mythplayeravsync.cpp
M mythtv/libs/libmythtv/mythplayeravsync.h
M mythtv/libs/libmythtv/mythplayervisualiser.cpp
M mythtv/libs/libmythtv/mythplayervisualiser.h
M mythtv/libs/libmythtv/playgroup.cpp
M mythtv/libs/libmythtv/playgroup.h
M mythtv/libs/libmythtv/recordingprofile.cpp
M mythtv/libs/libmythtv/recordingprofile.h
M mythtv/libs/libmythtv/visualisations/vulkan/mythvisualcirclesvulkan.cpp
M mythtv/libs/libmythtv/visualisations/vulkan/mythvisualmonoscopevulkan.cpp
M mythtv/libs/libmythtv/visualisations/vulkan/mythvisualvulkan.cpp
M mythtv/libs/libmythui/mythuibuttontree.cpp
M mythtv/libs/libmythui/mythuibuttontree.h
M mythtv/libs/libmythui/vulkan/mythpaintervulkan.cpp
M mythtv/libs/libmythui/vulkan/mythrendervulkan.cpp
M mythtv/libs/libmythui/vulkan/mythrendervulkan.h
M mythtv/programs/mythfrontend/globalsettings.cpp
M mythtv/programs/mythfrontend/globalsettings.h
M mythtv/programs/mythfrontend/mythcontrols.cpp
M mythtv/programs/mythfrontend/mythcontrols.h
M mythtv/programs/mythfrontend/proglist.cpp
M mythtv/programs/mythfrontend/programrecpriority.cpp
M mythtv/programs/mythfrontend/programrecpriority.h
M mythtv/programs/mythfrontend/videofileassoc.cpp
M mythtv/programs/mythfrontend/videofileassoc.h

Log Message:
-----------
Add some clang-tidy readability fixes.


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