You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error = QObject::tr( "Cannot write to %1. This file may be open in another application." ).arg( filePath );
442
+
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 );
569
+
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 );
619
+
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 );
984
+
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 ) );
0 commit comments