forked from qt-creator/qt-creator
		
	VCS: Disable Back when checkout/clone is done
Task-number: QTCREATORBUG-11701 Change-Id: I2f0b7913bf2bf113f3ac8c258f2b2497991d547a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Tobias Hunger
					
				
			
			
				
	
			
			
			
						parent
						
							b969b05b31
						
					
				
				
					commit
					0926da3a03
				
			@@ -54,6 +54,7 @@ BaseCheckoutWizard::BaseCheckoutWizard(const Utils::FileName &path, QWidget *par
 | 
			
		||||
    Q_UNUSED(path);
 | 
			
		||||
    connect(this, SIGNAL(currentIdChanged(int)), this, SLOT(slotPageChanged(int)));
 | 
			
		||||
    connect(m_progressPage, SIGNAL(terminated(bool)), this, SLOT(slotTerminated(bool)));
 | 
			
		||||
    setOption(QWizard::NoBackButtonOnLastPage);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void BaseCheckoutWizard::setTitle(const QString &title)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user