Skip to content

Commit

Permalink
QStringLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2018
1 parent 312c688 commit 2449be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/arcgisrest/qgsafsdataitems.cpp
Expand Up @@ -41,7 +41,7 @@ QVector<QgsDataItem *> QgsAfsRootItem::createChildren()
{
QVector<QgsDataItem *> connections;

const QStringList connectionList = QgsOwsConnection::connectionList( "ARCGISFEATURESERVER" );
const QStringList connectionList = QgsOwsConnection::connectionList( QStringLiteral( "ARCGISFEATURESERVER" ) );
for ( const QString &connName : connectionList )
{
const QString path = QStringLiteral( "afs:/" ) + connName;
Expand Down

0 comments on commit 2449be3

Please sign in to comment.