forked from qt-creator/qt-creator
		
	Git: Added submodule update
Change-Id: If8a4b0c572b0ca2d57f80f1304c7ebf141a40148 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		@@ -158,6 +158,8 @@ public:
 | 
			
		||||
    bool synchronousCheckout(const QString &workingDirectory, const QString &ref, QString *errorMessage);
 | 
			
		||||
    bool synchronousCheckout(const QString &workingDirectory, const QString &ref)
 | 
			
		||||
         { return synchronousCheckout(workingDirectory, ref, 0); }
 | 
			
		||||
    void submoduleUpdate(const QString &workingDirectory);
 | 
			
		||||
    void promptSubmoduleUpdate(const QString &workingDirectory);
 | 
			
		||||
 | 
			
		||||
    // Do a stash and return identier.
 | 
			
		||||
    enum { StashPromptDescription = 0x1, StashImmediateRestore = 0x2, StashIgnoreUnchanged = 0x4 };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user