Skip to content

Fix speech getting cancelled early in ttsplugin

Fabian Vogt requested to merge work/fvogt/fixtts into master

The speech stops when QTextToSpeech gets destroyed. Create it on the heap instead and couple its lifetime to the plugin.

Merge request reports