Home
last modified time | relevance | path

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

/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DApplicationSettings.cpp46 static const char *ENABLE_AUTOMATIC_DOWNLOADS = "enableAutomaticDownloads"; variable
119 m_isAutomaticDownloadsEnabled = m_config.value(ENABLE_AUTOMATIC_DOWNLOADS, in ApplicationSettings()
200 m_config.setValue(ENABLE_AUTOMATIC_DOWNLOADS, m_isAutomaticDownloadsEnabled); in ~ApplicationSettings()
336 … updateValueInConfig(GENERAL_GROUP_KEY, ENABLE_AUTOMATIC_DOWNLOADS, m_isAutomaticDownloadsEnabled); in notifyAutomaticDownloadsEnabledChanged()