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:
Laurent Rineau 2008-06-20 15:50:24 +00:00
parent 32a5519e5f
commit 7e40e00fa4
1 changed files with 5 additions and 3 deletions

View File

@ -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