forked from qt-creator/qt-creator
		
	Git: Save all documents before stash pop
... and refresh the stash dialog Change-Id: Iba16efc4f612cd1997493206704100ec57493932 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							15e7446fda
						
					
				
				
					commit
					2a677ce8b3
				
			@@ -3273,11 +3273,6 @@ void GitClient::stashPop(const QString &workingDirectory, const QString &stash)
 | 
			
		||||
    new ConflictHandler(cmd, workingDirectory);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void GitClient::stashPop(const QString &workingDirectory)
 | 
			
		||||
{
 | 
			
		||||
    stashPop(workingDirectory, QString());
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool GitClient::synchronousStashRestore(const QString &workingDirectory,
 | 
			
		||||
                                        const QString &stash,
 | 
			
		||||
                                        bool pop,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user