Mercurial > hg > easyhg
comparison src/mainwindow.h @ 491:1d90cd7a1c5f
Add tester for newer version
author | Chris Cannam |
---|---|
date | Thu, 18 Aug 2011 13:15:38 +0100 |
parents | 896b7903e8f2 |
children | 41a156d439d0 |
comparison
equal
deleted
inserted
replaced
489:86cdaa346e59 | 491:1d90cd7a1c5f |
---|---|
114 void fsDirectoryChanged(QString); | 114 void fsDirectoryChanged(QString); |
115 void fsFileChanged(QString); | 115 void fsFileChanged(QString); |
116 void checkFilesystem(); | 116 void checkFilesystem(); |
117 void actuallyRestoreFileSystemWatcher(); | 117 void actuallyRestoreFileSystemWatcher(); |
118 | 118 |
119 void newerVersionAvailable(QString); | |
120 | |
119 private: | 121 private: |
120 void hgQueryBranch(); | 122 void hgQueryBranch(); |
121 void hgQueryHeads(); | 123 void hgQueryHeads(); |
122 void hgQueryParents(); | 124 void hgQueryParents(); |
123 void hgLog(); | 125 void hgLog(); |