| 2965 | |
| 2966 | #if defined(HAVE_QT) |
| 2967 | QImage |
| 2968 | LayoutViewBase::get_screenshot () |
| 2969 | { |
| 2970 | tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Save screenshot"))); |
| 2971 | |
| 2972 | refresh (); |
| 2973 | |
| 2974 | return mp_canvas->screenshot ().to_image_copy (); |
| 2975 | } |
| 2976 | #endif |
| 2977 | |
| 2978 | tl::PixelBuffer |
no test coverage detected