mirror of
https://github.com/leozide/leocad
synced 2025-02-10 20:48:03 +01:00
Added Q_OBJECT.
This commit is contained in:
parent
81fb79b805
commit
24c9335c7f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
class lcViewWidget : public QGLWidget
|
class lcViewWidget : public QGLWidget
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
lcViewWidget(QWidget* Parent, lcView* View);
|
lcViewWidget(QWidget* Parent, lcView* View);
|
||||||
~lcViewWidget();
|
~lcViewWidget();
|
||||||
|
|
Loading…
Add table
Reference in a new issue