Mercurial > hg > easyhg
comparison src/hgignoredialog.h @ 415:6d7dad48b13c ignore
Make HgIgnoreDialog _look_ plausible (still doesn't do anything though!)
author | Chris Cannam |
---|---|
date | Thu, 16 Jun 2011 14:32:35 +0100 |
parents | 939701b848e5 |
children | 8df07172d6da |
comparison
equal
deleted
inserted
replaced
414:939701b848e5 | 415:6d7dad48b13c |
---|---|
30 IgnoreGivenFilesOnly, | 30 IgnoreGivenFilesOnly, |
31 IgnoreAllFilesOfGivenNames, | 31 IgnoreAllFilesOfGivenNames, |
32 IgnoreAllFilesOfGivenSuffixes | 32 IgnoreAllFilesOfGivenSuffixes |
33 }; | 33 }; |
34 | 34 |
35 static IgnoreType confirmIgnore(QStringList files, QStringList suffixes); | 35 static IgnoreType confirmIgnore(QWidget *parent, |
36 QStringList files, QStringList suffixes); | |
36 | 37 |
38 private: | |
39 HgIgnoreDialog(QWidget *parent, | |
40 QString title, | |
41 QString introText, | |
42 QString question, | |
43 QStringList options, | |
44 QString okButtonText); | |
45 | |
46 | |
37 }; | 47 }; |
38 | 48 |
39 #endif | 49 #endif |