| 242 | } |
| 243 | |
| 244 | DatapickerImage::PlotImageType DatapickerImage::plotImageType() const { |
| 245 | Q_D(const DatapickerImage); |
| 246 | return d->plotImageType; |
| 247 | } |
| 248 | |
| 249 | class DatapickerImageSetOriginalImageCmd : public QUndoCommand { |
| 250 | public: |
no outgoing calls
no test coverage detected