Skip to content

Commit

Permalink
Update src/providers/hana/qgshanasettings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 17, 2024
1 parent 0f095f3 commit 217210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/hana/qgshanasettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void QgsHanaSettings::setKeyColumns( const QString &schemaName, const QString &o

void QgsHanaSettings::setFromDataSourceUri( const QgsDataSourceUri &uri )
{
if ( uri.hasParam( ( "connectionType" ) ) )
if ( uri.hasParam( QStringLiteral( "connectionType" ) ) )
mConnectionType = static_cast<QgsHanaConnectionType>( uri.param( QStringLiteral( "connectionType" ) ).toUInt() );
switch ( mConnectionType )
{
Expand Down

0 comments on commit 217210a

Please sign in to comment.