Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
void ElaWindow::removeNavigationNode(const QString& nodeKey) const
511
{
512
Q_D(const ElaWindow);
513
d->_navigationBar->removeNode(nodeKey);
514
}
515
516
int ElaWindow::getPageOpenInNewWindowCount(const QString& nodeKey) const
517
{
Callers
1
removeNode
Method · 0.45
Calls
1
removeNode
Method · 0.80
Tested by
no test coverage detected