forked from qt-creator/qt-creator
		
	VCS[git]: Add log repository action.
This commit is contained in:
		@@ -96,6 +96,7 @@ private slots:
 | 
			
		||||
    void blameFile();
 | 
			
		||||
    void logProject();
 | 
			
		||||
    void undoFileChanges();
 | 
			
		||||
    void logRepository();
 | 
			
		||||
    void undoRepositoryChanges();
 | 
			
		||||
    void stageFile();
 | 
			
		||||
    void unstageFile();
 | 
			
		||||
@@ -128,7 +129,9 @@ private:
 | 
			
		||||
    Utils::ParameterAction *m_blameAction;
 | 
			
		||||
    Utils::ParameterAction *m_logProjectAction;
 | 
			
		||||
    Utils::ParameterAction *m_undoFileAction;
 | 
			
		||||
    QAction *m_logRepositoryAction;
 | 
			
		||||
    QAction *m_undoRepositoryAction;
 | 
			
		||||
 | 
			
		||||
    QAction *m_showAction;
 | 
			
		||||
    Utils::ParameterAction *m_stageAction;
 | 
			
		||||
    Utils::ParameterAction *m_unstageAction;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user