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

Method initialize

kdevplatform/shell/uicontroller.cpp:470–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void UiController::initialize()
471{
472 defaultMainWindow()->initialize();
473
474 connect(qApp, &QApplication::focusChanged, this, [this](QWidget* old, QWidget* now) {
475 Q_D(UiController);
476 d->widgetChanged(old, now);
477 });
478}
479
480void UiController::cleanup()
481{

Callers 1

switchToAreaMethod · 0.45

Calls 1

widgetChangedMethod · 0.80

Tested by

no test coverage detected