MCPcopy 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
46void 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

countMethod · 0.45
viewsMethod · 0.45
removeViewMethod · 0.45

Tested by

no test coverage detected