comparison mainwindow.h @ 173:a6d336837ebe

* Add (examining repository) message for initial state * Reduce panner glitches when dragging * Clear merge commit comment after use
author Chris Cannam
date Thu, 16 Dec 2010 12:03:09 +0000
parents b6dd1ee0e486
children 4dc802a4d5ae
comparison
equal deleted inserted replaced
172:b6dd1ee0e486 173:a6d336837ebe
48 QString workFolderPath; 48 QString workFolderPath;
49 QString currentBranch; 49 QString currentBranch;
50 Changesets currentHeads; 50 Changesets currentHeads;
51 Changesets currentParents; 51 Changesets currentParents;
52 int commitsSincePush; 52 int commitsSincePush;
53 bool stateUnknown;
53 bool needNewLog; 54 bool needNewLog;
54 55
55 protected: 56 protected:
56 void closeEvent(QCloseEvent *event); 57 void closeEvent(QCloseEvent *event);
57 58