MCPcopy Create free account
hub / github.com/MycroftAI/mycroft-gui / title

Method title

application/speechintent.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104SpeechIntent::~SpeechIntent() = default;
105
106QString SpeechIntent::title() const
107{
108 return m_title;
109}
110
111void SpeechIntent::setTitle(const QString &title)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected