Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
BGPreferences::BGPreferences(QWidget* parent)
25
: ConfigPage(nullptr, BGSettings::self(), parent)
26
{
27
preferencesDialog = new Ui::BGPreferences;
28
preferencesDialog->setupUi(this);
29
}
30
31
void BGPreferences::reset()
32
{
Callers
nothing calls this directly
Calls
1
setupUi
Method · 0.80
Tested by
no test coverage detected