Home
last modified time | relevance | path

Searched refs:localMainObject (Results 1 – 1 of 1) sorted by relevance

/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DContentFiltersManager.cpp106 …QJsonObject localMainObject(JsonSettings(SessionsManager::getWritableDataPath(QLatin1String("conte… in initialize() local
111 QJsonObject profileObject(localMainObject.value(profiles.at(i)).toObject()); in initialize()
331 QJsonObject localMainObject(localSettings.object()); in removeProfile() local
336 QJsonObject profileObject(localMainObject.value(profile->getName()).toObject()); in removeProfile()
339 localMainObject.insert(profile->getName(), profileObject); in removeProfile()
343 localMainObject.remove(profile->getName()); in removeProfile()
346 localSettings.setObject(localMainObject); in removeProfile()