Mercurial > hg > easyhg
comparison src/mainwindow.cpp @ 416:8df07172d6da ignore
Return ignore type from ignore dialog
author | Chris Cannam |
---|---|
date | Thu, 16 Jun 2011 14:53:06 +0100 |
parents | 6d7dad48b13c |
children | 4593555915cf |
comparison
equal
deleted
inserted
replaced
415:6d7dad48b13c | 416:8df07172d6da |
---|---|
615 | 615 |
616 HgIgnoreDialog::IgnoreType itype = | 616 HgIgnoreDialog::IgnoreType itype = |
617 HgIgnoreDialog::confirmIgnore | 617 HgIgnoreDialog::confirmIgnore |
618 (this, files, QStringList::fromSet(suffixes)); | 618 (this, files, QStringList::fromSet(suffixes)); |
619 | 619 |
620 | 620 DEBUG << "hgIgnoreFiles: Ignore type is " << itype << endl; |
621 | 621 |
622 } | 622 } |
623 | 623 |
624 void MainWindow::hgUnIgnoreFiles(QStringList files) | 624 void MainWindow::hgUnIgnoreFiles(QStringList files) |
625 { | 625 { |