Mercurial > hg > easyhg
comparison src/filestates.h @ 548:dca5bd5b2a06
Merge from branch "fswatcher"
author | Chris Cannam |
---|---|
date | Tue, 14 Feb 2012 17:55:39 +0000 |
parents | 0a16db274f2c |
children | 533519ebc0cb |
comparison
equal
deleted
inserted
replaced
537:a4e699d32a9a | 548:dca5bd5b2a06 |
---|---|
49 | 49 |
50 bool isInState(QString file, State s) const; | 50 bool isInState(QString file, State s) const; |
51 QStringList filesInState(State s) const; | 51 QStringList filesInState(State s) const; |
52 State stateOf(QString file) const; | 52 State stateOf(QString file) const; |
53 bool isKnown(QString file) const; | 53 bool isKnown(QString file) const; |
54 | |
55 QStringList trackedFiles() const; | |
54 | 56 |
55 enum Activity { | 57 enum Activity { |
56 | 58 |
57 // These are in the order in which they want to be listed in | 59 // These are in the order in which they want to be listed in |
58 // the context menu | 60 // the context menu |