MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / getNavigationNodeTitle

Method getNavigationNodeTitle

ElaWidgetTools/ElaWindow.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563QString ElaWindow::getNavigationNodeTitle(const QString& nodeKey) const
564{
565 Q_D(const ElaWindow);
566 return d->_navigationBar->getNodeTitle(nodeKey);
567}
568
569void ElaWindow::navigation(const QString& pageKey)
570{

Callers

nothing calls this directly

Calls 1

getNodeTitleMethod · 0.80

Tested by

no test coverage detected