MCPcopy Create free account
hub / github.com/KDE/kdevelop / showToolView

Method showToolView

kdevplatform/shell/ktexteditorpluginintegration.cpp:708–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708bool MainWindow::showToolView(QWidget *widget)
709{
710 if (widget->parentWidget()) {
711 Core::self()->uiController()->raiseToolView(widget->parentWidget());
712 return true;
713 }
714 return false;
715}
716
717KTextEditor::MainWindow *MainWindow::interface() const
718{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
raiseToolViewMethod · 0.45

Tested by

no test coverage detected