Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 6, 2024
1 parent 7872d04 commit 4c5ae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ bool QgsPostgresProvider::loadFields()
}
else if ( fieldTypeName == QLatin1String( "money" ) )
{
fieldType = QVariant::Double;
fieldType = QMetaType::Type::Double;
fieldSize = -1;
fieldPrec = 2;
}
Expand Down

0 comments on commit 4c5ae1f

Please sign in to comment.