Skip to content

Commit a4515f1

Browse files
committed
Fix typo in QgsVectorFileWriter::fileFilterString
1 parent 599255c commit a4515f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ QString QgsVectorFileWriter::fileFilterString()
21502150
QMap< QString, QString>::const_iterator it = driverFormatMap.constBegin();
21512151
for ( ; it != driverFormatMap.constEnd(); ++it )
21522152
{
2153-
if ( filterString.isEmpty() )
2153+
if ( !filterString.isEmpty() )
21542154
filterString += ";;";
21552155

21562156
filterString += it.key();

0 commit comments

Comments
 (0)