MCPcopy Create free account
hub / github.com/KDE/labplot / settingsGeneral

Function settingsGeneral

src/backend/core/Settings.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47KConfigGroup settingsGeneral() {
48 const QLatin1String settingsGeneralConfigName("Settings_General");
49 return group(settingsGeneralConfigName);
50}
51
52SETUP_SETTING(DockPosBehavior, DockPosBehavior, int, settingsGeneral(), DockReopenPositionAfterClose, DockPosBehavior::AboveLastActive)
53

Callers 4

applySettingsMethod · 0.85
loadSettingsMethod · 0.85
mainFunction · 0.85
handleNegativeNumberMethod · 0.85

Calls 1

groupFunction · 0.85

Tested by

no test coverage detected