Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nyalldawson committed Nov 19, 2020
1 parent 7161699 commit f340a33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/providers/virtual/qgsvirtuallayersourceselect.cpp
Expand Up @@ -218,9 +218,6 @@ void QgsVirtualLayerSourceSelect::testQuery()
std::unique_ptr<QgsVectorLayer> vl( new QgsVectorLayer( def.toString(), QStringLiteral( "test" ), QStringLiteral( "virtual" ), options ) ); std::unique_ptr<QgsVectorLayer> vl( new QgsVectorLayer( def.toString(), QStringLiteral( "test" ), QStringLiteral( "virtual" ), options ) );
if ( vl->isValid() ) if ( vl->isValid() )
{ {
<<<<<<< HEAD
QMessageBox::information( nullptr, tr( "Virtual layer test" ), tr( "No error" ) );
=======
const QStringList fieldNames = vl->fields().names(); const QStringList fieldNames = vl->fields().names();
if ( !mUIDField->text().isEmpty() && !vl->fields().names().contains( mUIDField->text() ) ) if ( !mUIDField->text().isEmpty() && !vl->fields().names().contains( mUIDField->text() ) )
{ {
Expand All @@ -233,7 +230,6 @@ void QgsVirtualLayerSourceSelect::testQuery()
} }
else else
QMessageBox::information( nullptr, tr( "Test Virtual Layer" ), tr( "No error" ) ); QMessageBox::information( nullptr, tr( "Test Virtual Layer" ), tr( "No error" ) );
>>>>>>> f3f052247b (Beautiful HTML)
} }
else else
{ {
Expand Down

0 comments on commit f340a33

Please sign in to comment.