Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/src/hgignoredialog.h Wed Jun 15 16:32:21 2011 +0100 +++ b/src/hgignoredialog.h Thu Jun 16 14:32:35 2011 +0100 @@ -32,8 +32,18 @@ IgnoreAllFilesOfGivenSuffixes }; - static IgnoreType confirmIgnore(QStringList files, QStringList suffixes); + static IgnoreType confirmIgnore(QWidget *parent, + QStringList files, QStringList suffixes); +private: + HgIgnoreDialog(QWidget *parent, + QString title, + QString introText, + QString question, + QStringList options, + QString okButtonText); + + }; #endif