| 313 | // -> storing qimage is important because otherwise if undo and path is anymore valid image is anymore available |
| 314 | |
| 315 | void DatapickerImage::setImage(const QString& fileName, bool embedded) { |
| 316 | return setImage(QImage(), fileName, embedded); |
| 317 | } |
| 318 | |
| 319 | void DatapickerImage::setImage(const QImage& image, const QString& filename, bool embedded) { |
| 320 | Q_D(DatapickerImage); |