Searched refs:settingType (Results 1 – 1 of 1) sorted by relevance
524 int settingType = std::stoi(setting); in changeSetting() local525 if (settingType < 1 || settingType > 7) { in changeSetting()529 contextHub->onSettingChanged(static_cast<Setting>(settingType), enabled); in changeSetting()532 << settingType << std::endl; in changeSetting()