error = QObject::tr( "Cannot write to %1. This file may be open in another application." ).arg( filePath );
error = QObject::tr( "Cannot write to %1. This file may be open in another application or may be an invalid path." ).arg( QDir::toNativeSeparators( filePath ) );
error = QObject::tr( "Cannot write to %1. This file may be open in another application." ).arg( fileName );
error = QObject::tr( "Cannot write to %1. This file may be open in another application or may be an invalid path." ).arg( QDir::toNativeSeparators( fileName ) );
error = QObject::tr( "Cannot write to %1. This file may be open in another application." ).arg( filePath );
error = QObject::tr( "Cannot write to %1. This file may be open in another application or may be an invalid path." ).arg( QDir::toNativeSeparators( filePath ) );
error = QObject::tr( "Cannot write to %1. This file may be open in another application." ).arg( filePath );
error = QObject::tr( "Cannot write to %1. This file may be open in another application or may be an invalid path." ).arg( QDir::toNativeSeparators( filePath ) );