mirror of https://github.com/CGAL/cgal
Fix again the previous commit. I forgot to commit <CGAL/IO/QtInput.h>.
Sorry for the spam. (QObjects must have parents!)
This commit is contained in:
parent
32a5519e5f
commit
7e40e00fa4
|
|
@ -10,13 +10,15 @@ class QtInput : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QtInput(QObject* parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
signals:
|
||||
|
||||
void generate(CGAL::Object o);
|
||||
|
||||
};
|
||||
|
||||
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_Q_INPUT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue