Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor coverity fix
  • Loading branch information
nyalldawson committed Jul 11, 2015
1 parent b50c603 commit f8b6944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsjoindialog.cpp
Expand Up @@ -101,6 +101,8 @@ QgsVectorJoinInfo QgsJoinDialog::joinInfo() const
info.joinFieldName = mJoinFieldComboBox->currentField();
info.targetFieldName = mTargetFieldComboBox->currentField();
info.memoryCache = mCacheInMemoryCheckBox->isChecked();
info.targetFieldIndex = -1;
info.joinFieldIndex = -1;

if ( mUseCustomPrefix->isChecked() )
info.prefix = mCustomPrefix->text();
Expand Down

0 comments on commit f8b6944

Please sign in to comment.