mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: activate qPrefPartialPressureGas
remove PartialPressureGas from SettingsObjectWrapper and reference qPrefPartialPressureGas update files using SettingsObjectWrapper/PartialPressureGas to use qPrefPartialPressureGas this activated qPrefPartialPressureGas and removed the similar class from SettingsObjectWrapper. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
881395318c
commit
9d005888fb
8 changed files with 85 additions and 218 deletions
|
@ -165,6 +165,7 @@ void register_qml_types()
|
|||
REGISTER_TYPE(qPrefGeocoding, "SsrfGeocodingPrefs");
|
||||
REGISTER_TYPE(qPrefLanguage, "SsrfLanguagePrefs");
|
||||
REGISTER_TYPE(qPrefLocationService, "SsrfLocationServicePrefs");
|
||||
REGISTER_TYPE(qPrefPartialPressureGas, "SsrfPartialPressureGasPrefs");
|
||||
REGISTER_TYPE(qPrefProxy, "SsrfProxyPrefs");
|
||||
REGISTER_TYPE(qPrefTechnicalDetails, "SsrfTechnicalDetailsPrefs");
|
||||
REGISTER_TYPE(qPrefUnits, "SsrfUnitPrefs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue