| 104 | SpeechIntent::~SpeechIntent() = default; |
| 105 | |
| 106 | QString SpeechIntent::title() const |
| 107 | { |
| 108 | return m_title; |
| 109 | } |
| 110 | |
| 111 | void SpeechIntent::setTitle(const QString &title) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected