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

Method activeMainWindow

kdevplatform/shell/ktexteditorpluginintegration.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365KTextEditor::MainWindow *Application::activeMainWindow() const
366{
367 return toKteWrapper(Core::self()->uiController()->activeMainWindow());
368}
369
370QList<KTextEditor::MainWindow *> Application::mainWindows() const
371{

Callers 1

unloadMethod · 0.45

Calls 2

toKteWrapperFunction · 0.85
uiControllerMethod · 0.80

Tested by

no test coverage detected