| 80 | }; |
| 81 | |
| 82 | ImageWidget::ImageWidget(QString fileName, QWidget *parent) |
| 83 | : QGLWidget(parent), |
| 84 | qt_image_(fileName) |
| 85 | { |
| 86 | gl_texture_ = 0; |
| 87 | } |
| 88 | |
| 89 | ImageWidget::~ImageWidget() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected