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

Method BGPreferences

kdevplatform/shell/settings/bgpreferences.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24BGPreferences::BGPreferences(QWidget* parent)
25 : ConfigPage(nullptr, BGSettings::self(), parent)
26{
27 preferencesDialog = new Ui::BGPreferences;
28 preferencesDialog->setupUi(this);
29}
30
31void BGPreferences::reset()
32{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.80

Tested by

no test coverage detected