Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
DlgValidatorAbstract.cpp
1 #include "DlgValidatorAbstract.h"
2 #include "Logger.h"
3 
5  QDoubleValidator(parent)
6 {
7  LOG4CPP_INFO_S ((*mainCat)) << "DlgValidatorAbstract::DlgValidatorAbstract";
8 }
9 
10 DlgValidatorAbstract::~DlgValidatorAbstract()
11 {
12  LOG4CPP_INFO_S ((*mainCat)) << "DlgValidatorAbstract::~DlgValidatorAbstract";
13 }
DlgValidatorAbstract(QObject *parent=0)
Single constructor.