MCPcopy Create free account
hub / github.com/Vector35/debugger / getToolTip

Method getToolTip

ui/controlswidget.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124QString DebugControlsWidget::getToolTip(const QString& name)
125{
126 QString result = name;
127 auto keyBinding = UIAction::getKeyBinding(name);
128 if (!keyBinding.isEmpty())
129 result += (QString(" (") + keyBinding[0].toString() + ")");
130
131 return result;
132}
133
134
135void DebugControlsWidget::performLaunch()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected