23 #ifndef KDREPORTSERRORDETAILS_H
24 #define KDREPORTSERRORDETAILS_H
26 #include "KDReportsGlobal.h"
27 #include <QtAlgorithms>
30 class ErrorDetailsPrivate;
31 class XmlElementHandler;
50 QString message()
const;
52 void setLine(
int line );
53 void setColumn(
int column );
58 void setDriverMessage(
const QString& message );
66 QString driverMessage()
const;
68 bool hasError()
const;
73 ErrorDetailsPrivate* d;
82 ErrorDetails& ErrorDetails::operator=(
const ErrorDetails& other )
84 ErrorDetails copy( other );
Definition: KDReportsXmlElementHandler.h:83
Definition: KDReportsErrorDetails.h:36