mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +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
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
lcViewWidget(QWidget* Parent, lcView* View);
|
||||
~lcViewWidget();
|
||||
|
|
Loading…
Add table
Reference in a new issue