Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
roya0045 committed Dec 17, 2019
1 parent 6ff3f40 commit 5ce38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgshandlebadlayers.cpp
Expand Up @@ -557,7 +557,7 @@ void QgsHandleBadLayers::autoFind()
const QString fileType = mLayerList->item( i, 2 )->text();

progressDialog.setValue( i );
QChar sentenceEnd = ( name.length() > 15) ? QChar( 0x2026 ) : '.';
QChar sentenceEnd = ( name.length() > 15 ) ? QChar( 0x2026 ) : '.';
progressDialog.setLabelText( QObject::tr( "Searching for file: %1 \n [ %2 of %3 ] " ).arg( name.left( 15 ) + sentenceEnd,
QString::number( i + 1 ), QString::number( layersToFind.size() ) ) );
progressDialog.open();
Expand Down

0 comments on commit 5ce38d6

Please sign in to comment.