MCPcopy Create free account
hub / github.com/KDE/kdevelop / variablesToolViewTitle

Function variablesToolViewTitle

kdevplatform/shell/debugcontroller.cpp:49–52  ·  view source on GitHub ↗

* @return the title of the Variables tool view */

Source from the content-addressed store, hash-verified

47 * @return the title of the Variables tool view
48 */
49[[nodiscard]] QString variablesToolViewTitle()
50{
51 return i18nc("@title:window", "Variables");
52}
53
54} // unnamed namespace
55

Callers 2

initializeUiMethod · 0.85
setupActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected