comparison src/filestates.h @ 624:38c84c66ad7a

* Added "show in" to show selected file in explorer
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 01:59:53 +1000
parents 533519ebc0cb
children ae67ea0af696
comparison
equal deleted inserted replaced
623:0ef4ed400ced 624:38c84c66ad7a
75 MarkResolved, 75 MarkResolved,
76 76
77 Ignore, 77 Ignore,
78 UnIgnore, 78 UnIgnore,
79 79
80 ShowIn,
81
80 FirstActivity = Diff, 82 FirstActivity = Diff,
81 LastActivity = UnIgnore 83 LastActivity = UnIgnore
82 }; 84 };
83 85
84 typedef QList<Activity> Activities; 86 typedef QList<Activity> Activities;