Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ close
Method
close
kdevplatform/sublime/examples/example2main.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Example2Main::close()
47
{
48
if (!activeView() || area()->views().count() == 1)
49
return;
50
delete area()->removeView(activeView());
51
}
52
53
#include
"moc_example2main.cpp"
Callers
nothing calls this directly
Calls
3
count
Method · 0.45
views
Method · 0.45
removeView
Method · 0.45
Tested by
no test coverage detected