mirror of https://github.com/CGAL/cgal
cleanup extra ';'
This commit is contained in:
parent
8f3d2b6785
commit
e9c6545787
|
|
@ -13,6 +13,6 @@ public:
|
|||
};
|
||||
|
||||
Q_DECLARE_INTERFACE(Messages_interface,
|
||||
"com.geometryfactory.PolyhedronDemo.MessagesInterface/1.0");
|
||||
"com.geometryfactory.PolyhedronDemo.MessagesInterface/1.0")
|
||||
|
||||
#endif // MESSAGES_INTERFACE_H
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ namespace qglviewer {
|
|||
// This class represents an object in the OpenGL scene
|
||||
class SCENE_ITEM_EXPORT Scene_item : public QObject {
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QColor color READ color WRITE setColor);
|
||||
Q_PROPERTY(QColor color READ color WRITE setColor)
|
||||
Q_PROPERTY(QString name READ name WRITE setName)
|
||||
Q_PROPERTY(bool visible READ visible WRITE setVisible)
|
||||
Q_ENUMS(RenderingMode)
|
||||
|
|
|
|||
Loading…
Reference in New Issue