Home
last modified time | relevance | path

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

/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DApplicationSettings.cpp123 m_filterLevelMax = m_config.value(FILTER_LEVEL_MAX, 6).toUInt(); in ApplicationSettings()
202 m_config.setValue(FILTER_LEVEL_MAX, m_filterLevelMax); in ~ApplicationSettings()
348 updateValueInConfig(GENERAL_GROUP_KEY, FILTER_LEVEL_MAX, m_filterLevelMax); in notifyFilterLevelMaxChanged()
349 qDebug() << "filterLevelMax set to: " << m_filterLevelMax; in notifyFilterLevelMaxChanged()
H A DApplicationSettings.h396 quint32 filterLevelMax() const { return m_filterLevelMax; } in filterLevelMax()
399 m_filterLevelMax = newFilterLevelMax; in setFilterLevelMax()
654 quint32 m_filterLevelMax; variable