mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
External drawing feature added to ImageItem
This commit is contained in:
@@ -85,4 +85,8 @@ bool isColorDark(QColor color){
|
||||
}
|
||||
}
|
||||
|
||||
ReportError::ReportError(const QString& message):std::runtime_error(message.toStdString()){}
|
||||
IExternalPainter::~IExternalPainter(){}
|
||||
IPainterProxy::~IPainterProxy(){}
|
||||
|
||||
} //namespace LimeReport
|
||||
|
Reference in New Issue
Block a user