18 #ifndef NCLVALIDATOR_H
19 #define NCLVALIDATOR_H
30 vector <QString> errorMessages;
31 vector <QString> warningMessages;
35 bool validate (
const QFile file);
36 bool validate (
const QString &text);
39 QString getNextErrorMessage();
40 QString getNextWarningMessage();
43 #endif // NCLVALIDATOR_H