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

Method UiPreferences

kdevplatform/shell/settings/uipreferences.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using namespace KDevelop;
19
20UiPreferences::UiPreferences(QWidget* parent)
21 : ConfigPage(nullptr, UiConfig::self(), parent)
22{
23 m_uiconfigUi = new Ui::UiConfig();
24 m_uiconfigUi->setupUi(this);
25}
26
27UiPreferences::~UiPreferences()
28{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.80

Tested by

no test coverage detected