We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76502 commit 22ce708Copy full SHA for 22ce708
src/core/qgsfield.cpp
@@ -246,7 +246,7 @@ QString QgsField::displayString( const QVariant &v ) const
246
}
247
// Other numeric types than doubles
248
else if ( isNumeric() &&
249
- ! QLocale().numberOptions() & QLocale::NumberOption::OmitGroupSeparator )
+ !( QLocale().numberOptions() & QLocale::NumberOption::OmitGroupSeparator ) )
250
{
251
bool ok;
252
qlonglong converted( v.toLongLong( &ok ) );
0 commit comments