forked from qt-creator/qt-creator
		
	Git: Native separators in GitClient::StashInfo::stashPrompt
Change-Id: I5090d8eb8f5e262785735ced81a12b9473721204 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		@@ -3926,7 +3926,8 @@ void GitClient::StashInfo::stashPrompt(const QString &command, const QString &st
 | 
			
		||||
{
 | 
			
		||||
    QMessageBox msgBox(QMessageBox::Question, tr("Uncommitted Changes Found"),
 | 
			
		||||
                       tr("What would you like to do with local changes in:")
 | 
			
		||||
                       + QLatin1String("\n\n\"") + m_workingDir + QLatin1Char('\"'),
 | 
			
		||||
                       + QLatin1String("\n\n\"")
 | 
			
		||||
                       + QDir::toNativeSeparators(m_workingDir) + QLatin1Char('\"'),
 | 
			
		||||
                       QMessageBox::NoButton, Core::ICore::mainWindow());
 | 
			
		||||
 | 
			
		||||
    msgBox.setDetailedText(statusOutput);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user