Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ widgetCloseRequest
Method
widgetCloseRequest
kdevplatform/sublime/mainwindow_p.cpp:625–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
623
}
624
625
void MainWindowPrivate::widgetCloseRequest(QWidget* widget)
626
{
627
if (View *view = widgetToView.value(widget))
628
{
629
area->closeView(view);
630
}
631
}
632
633
void MainWindowPrivate::postMessage(Message* message)
634
{
Callers
nothing calls this directly
Calls
2
value
Method · 0.45
closeView
Method · 0.45
Tested by
no test coverage detected