From 30c6166f75a7d74410f2577fe66320c7c13e57b0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 07:45:16 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/texttospeechsource.cc | 6 ++---- src/tiff.hh | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/texttospeechsource.cc b/src/texttospeechsource.cc index c90342579..b702281f5 100644 --- a/src/texttospeechsource.cc +++ b/src/texttospeechsource.cc @@ -22,13 +22,11 @@ TextToSpeechSource::TextToSpeechSource( QWidget * parent, Config::VoiceEngines v ui.selectedVoiceEngines->setItemDelegateForColumn( VoiceEnginesModel::kColumnEngineDName, new VoiceEngineItemDelegate( engines, this ) ); - for ( const auto & ve : voiceEngines ) - { + for ( const auto & ve : voiceEngines ) { occupiedEngines.insert( ve.name ); } - for ( const auto & engine : engines ) - { + for ( const auto & engine : engines ) { QMap< QString, QVariant > map; map[ "engine_name" ] = engine.engine_name; map[ "locale" ] = engine.locale; diff --git a/src/tiff.hh b/src/tiff.hh index bb0b2e78f..f6a570713 100644 --- a/src/tiff.hh +++ b/src/tiff.hh @@ -5,5 +5,4 @@ namespace GdTiff { void tiff2img( std::vector< char > & data ); - }