diff options
author | Friedemann Kleint <[email protected]> | 2009-01-13 10:06:06 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-01-13 10:06:06 +0100 |
commit | 4741a7282d87dbbfb2e2e4e1493e73c22c38f6ad (patch) | |
tree | 0bc885764c78da2ffccdf725ea694979b87d246b /src/plugins/git/commitdata.h | |
parent | 278ff780407c6b14644d6e09b81c563316beca85 (diff) |
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
Diffstat (limited to 'src/plugins/git/commitdata.h')
-rw-r--r-- | src/plugins/git/commitdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index 6cb5ddb42b9..ca9779c69ec 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -77,6 +77,8 @@ struct CommitData // from a git status output bool parseFilesFromStatus(const QString &output); + bool filesEmpty() const; + // Convenience to retrieve the file names from // the specification list. Optionally filter for a certain state QStringList stagedFileNames(const QString &stateFilter = QString()) const; |