MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setTitle

Method setTitle

app/src/Platform/CSD.cpp:343–350  ·  view source on GitHub ↗

* @brief Sets the title bar text. */

Source from the content-addressed store, hash-verified

341 * @brief Sets the title bar text.
342 */
343void Titlebar::setTitle(const QString& title)
344{
345 if (m_title != title) {
346 m_title = title;
347 Q_EMIT titleChanged();
348 update();
349 }
350}
351
352/**
353 * @brief Sets the window active state.

Callers 1

setupTitleBarMethod · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected