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

Method title

app/src/Platform/CSD.cpp:282–291  ·  view source on GitHub ↗

* @brief Returns the window title text. */

Source from the content-addressed store, hash-verified

280 * @brief Returns the window title text.
281 */
282QString Titlebar::title() const
283{
284#if defined(Q_OS_WIN)
285 return m_title + " - Serial Studio";
286#else
287 // code-verify off
288 return m_title + " — Serial Studio";
289 // code-verify on
290#endif
291}
292
293/**
294 * @brief Returns whether the parent window is currently active.

Callers 15

createFileMethod · 0.80
summarizeCurrentProjectFunction · 0.80
fileNewMethod · 0.80
setTitleMethod · 0.80
fileOpenMethod · 0.80
getStatusMethod · 0.80
projectSnapshotMethod · 0.80
loadFromJSONMethod · 0.80
loadIntoFrameBuilderMethod · 0.80
templateApplyMethod · 0.80
setupTitleBarMethod · 0.80
storeProjectMetadataMethod · 0.80

Calls

no outgoing calls

Tested by 1

fuzz_command_namesMethod · 0.64