kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

qsettings changed to qgssettings #93

Open vermeulendivan opened 3 years ago

vermeulendivan commented 3 years ago

All cases in the plugin code where QSettings where used to store keys and their associated values has been changed to make use of QgsSettings.

Samweli commented 3 years ago

@vermeulendivan do you think it is possible to add tests for these changes?