Skip to content

Commit f8b6944

Browse files
committed
Minor coverity fix
1 parent b50c603 commit f8b6944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgsjoindialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ QgsVectorJoinInfo QgsJoinDialog::joinInfo() const
101101
info.joinFieldName = mJoinFieldComboBox->currentField();
102102
info.targetFieldName = mTargetFieldComboBox->currentField();
103103
info.memoryCache = mCacheInMemoryCheckBox->isChecked();
104+
info.targetFieldIndex = -1;
105+
info.joinFieldIndex = -1;
104106

105107
if ( mUseCustomPrefix->isChecked() )
106108
info.prefix = mCustomPrefix->text();

0 commit comments

Comments
 (0)