MCPcopy 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
625void MainWindowPrivate::widgetCloseRequest(QWidget* widget)
626{
627 if (View *view = widgetToView.value(widget))
628 {
629 area->closeView(view);
630 }
631}
632
633void MainWindowPrivate::postMessage(Message* message)
634{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
closeViewMethod · 0.45

Tested by

no test coverage detected