Mercurial > hg > easyhg
comparison src/mainwindow.cpp @ 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 |
---|---|
612 QString s = QFileInfo(file).suffix(); | 612 QString s = QFileInfo(file).suffix(); |
613 if (s != "") suffixes.insert(s); | 613 if (s != "") suffixes.insert(s); |
614 } | 614 } |
615 | 615 |
616 HgIgnoreDialog::IgnoreType itype = | 616 HgIgnoreDialog::IgnoreType itype = |
617 HgIgnoreDialog::confirmIgnore(files, QStringList::fromSet(suffixes)); | 617 HgIgnoreDialog::confirmIgnore |
618 (this, files, QStringList::fromSet(suffixes)); | |
618 | 619 |
619 | 620 |
620 | 621 |
621 } | 622 } |
622 | 623 |