22 #ifndef SOPRANO_LOCATOR_H
23 #define SOPRANO_LOCATOR_H
28 #include <QtCore/QSharedData>
60 void setLine(
int line );
61 void setColumn(
int column );
62 void setByte(
int byte );
63 void setFileName(
const QString& fileName );
73 #endif // SOPRANO_LOCATOR_H
Details of a parser Error.