| 341 | |
| 342 | #if defined(HAVE_QT) && defined(HAVE_QTBINDINGS) |
| 343 | static QImage get_image_with_options (lay::LayoutViewBase *view, unsigned int width, unsigned int height, int linewidth, int oversampling, double resolution, const db::DBox &target_box, bool monochrome) |
| 344 | { |
| 345 | return view->get_image_with_options (width, height, linewidth, oversampling, resolution, resolution, tl::Color (), tl::Color (), tl::Color (), target_box, monochrome); |
| 346 | } |
| 347 | |
| 348 | static QWidget *widget (lay::LayoutViewBase *view) |
| 349 | { |
nothing calls this directly
no test coverage detected