Skip to content

Commit 8d3946d

Browse files
Gustryelpaso
andauthoredMar 8, 2019
Update src/core/qgssettings.cpp
Co-Authored-By: elpaso <elpaso@itopen.it>
1 parent 19d9f1c commit 8d3946d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgssettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void QgsSettings::setValue( const QString &key, const QVariant &value, const Qgs
282282
{
283283
// TODO: add valueChanged signal
284284
// Do not store if it hasn't changed from default value
285-
// Fist check if the values are different and if at least one of them is valid.
285+
// First check if the values are different and if at least one of them is valid.
286286
// The valid check is required because different invalid QVariant types
287287
// like QVariant(QVariant::String) and QVariant(QVariant::Int))
288288
// may be considered different and we don't want to store the value in that case.

0 commit comments

Comments
 (0)
Please sign in to comment.