comparison mainwindow.h @ 108:8ae3b44c0073

* Enable/disable update and merge actions depending on whether default update and merge will actually do anything
author Chris Cannam
date Thu, 25 Nov 2010 21:08:17 +0000
parents 729438d70af8
children 1721c580c10e
comparison
equal deleted inserted replaced
107:fdca34c989c0 108:8ae3b44c0073
78 //Local repo is directory "./hg/" under work folder 78 //Local repo is directory "./hg/" under work folder
79 QString remoteRepoPath; 79 QString remoteRepoPath;
80 QString workFolderPath; 80 QString workFolderPath;
81 QString currentBranch; 81 QString currentBranch;
82 Changesets currentHeads; 82 Changesets currentHeads;
83 Changesets currentParents;
83 84
84 protected: 85 protected:
85 void closeEvent(QCloseEvent *event); 86 void closeEvent(QCloseEvent *event);
86 87
87 public slots: 88 public slots: