3 #include "MatchToolDeletePointDialog.h"
6 MatchToolDeletePointDialog::MatchToolDeletePointDialog(
QWidget *parent) :
QDialog(parent) {
9 connect(okButton, SIGNAL(clicked()),
this, SLOT(accept()));
10 connect(cancelButton, SIGNAL(clicked()),
this, SLOT(reject()));