MCPcopy Create free account
hub / github.com/ElementsProject/elements / tabTitle

Method tabTitle

src/qt/rpcconsole.cpp:1352–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352QString RPCConsole::tabTitle(TabTypes tab_type) const
1353{
1354 return ui->tabWidget->tabText(int(tab_type));
1355}
1356
1357QKeySequence RPCConsole::tabShortcut(TabTypes tab_type) const
1358{

Callers 1

createMenuBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected