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

Method removeNavigationNode

ElaWidgetTools/ElaWindow.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void ElaWindow::removeNavigationNode(const QString& nodeKey) const
511{
512 Q_D(const ElaWindow);
513 d->_navigationBar->removeNode(nodeKey);
514}
515
516int ElaWindow::getPageOpenInNewWindowCount(const QString& nodeKey) const
517{

Callers 1

removeNodeMethod · 0.45

Calls 1

removeNodeMethod · 0.80

Tested by

no test coverage detected