Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 9, 2025
1 parent dadba36 commit 30c6166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/texttospeechsource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/tiff.hh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
namespace GdTiff {

void tiff2img( std::vector< char > & data );

}

0 comments on commit 30c6166

Please sign in to comment.