3dobj-renderer/opglwidget.h

8 lines
145 B
C
Raw Normal View History

2023-05-02 13:02:56 +05:00
#include <QtWidgets/QOpenGLWidget>
class OPGLWidget : public QOpenGLWidget
{
public:
OPGLWidget(QWidget *parent) : QOpenGLWidget(parent) {}
};