forked from qt-creator/qt-creator
		
	Fixes: Make git diff work for staged files, do not launch submit if file list empty, make file model read only, add conveniences
Details: Add a type data field to the git file model
This commit is contained in:
		@@ -108,7 +108,8 @@ public slots:
 | 
			
		||||
private slots:
 | 
			
		||||
    void                        diffCurrentFile();
 | 
			
		||||
    void                        diffCurrentProject();
 | 
			
		||||
    void                        submitEditorDiff(const QStringList &);
 | 
			
		||||
    void                        submitEditorDiffUnstaged(const QStringList &);
 | 
			
		||||
    void                        submitEditorDiffStaged(const QStringList &);
 | 
			
		||||
    void                        submitCurrentLog();
 | 
			
		||||
    void                        statusFile();
 | 
			
		||||
    void                        statusProject();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user