forked from qt-creator/qt-creator
		
	Subversion: Adapt to new VCSBasePlugin.
Remove logic handling several repositories.
This commit is contained in:
		@@ -95,7 +95,7 @@ private slots:
 | 
			
		||||
    void blameFile();
 | 
			
		||||
    void logProject();
 | 
			
		||||
    void undoFileChanges();
 | 
			
		||||
    void undoProjectChanges();
 | 
			
		||||
    void undoRepositoryChanges();
 | 
			
		||||
    void stageFile();
 | 
			
		||||
    void unstageFile();
 | 
			
		||||
 | 
			
		||||
@@ -126,7 +126,7 @@ private:
 | 
			
		||||
    Utils::ParameterAction *m_blameAction;
 | 
			
		||||
    Utils::ParameterAction *m_logProjectAction;
 | 
			
		||||
    Utils::ParameterAction *m_undoFileAction;
 | 
			
		||||
    QAction *m_undoProjectAction;
 | 
			
		||||
    QAction *m_undoRepositoryAction;
 | 
			
		||||
    QAction *m_showAction;
 | 
			
		||||
    Utils::ParameterAction *m_stageAction;
 | 
			
		||||
    Utils::ParameterAction *m_unstageAction;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user