Skip to content

Commit

Permalink
add settings to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 5, 2022
1 parent a58643b commit 7db8a02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/core/settings/qgssettingsregistrycore.cpp
Expand Up @@ -25,10 +25,11 @@
#include "qgsnewsfeedparser.h"
#include "qgsowsconnection.h"
#include "qgsprocessing.h"
#include "qgsvectorlayer.h"
#include "qgsogrdbconnection.h"
#include "qgsfontmanager.h"
#include "qgsgpsconnection.h"
#include "qgsbabelformatregistry.h"


QgsSettingsRegistryCore::QgsSettingsRegistryCore()
: QgsSettingsRegistry()
Expand Down Expand Up @@ -129,6 +130,10 @@ QgsSettingsRegistryCore::QgsSettingsRegistryCore()
addSettingsEntry( &QgsGpsConnection::settingsGpsTimeStampSpecification );
addSettingsEntry( &QgsGpsConnection::settingsGpsTimeStampTimeZone );
addSettingsEntry( &QgsGpsConnection::settingsGpsTimeStampOffsetFromUtc );

addSettingsEntry( &QgsBabelFormatRegistry::settingsBabelDeviceList );
addSettingsEntryGroup( &QgsBabelFormatRegistry::settingsBabelDeviceGroup );

}

QgsSettingsRegistryCore::~QgsSettingsRegistryCore()
Expand Down

0 comments on commit 7db8a02

Please sign in to comment.