mirror of https://github.com/CGAL/cgal
Changing the name of the Demo from ProjetDamienJulien to Demo Circle 3D.
(I put in comments that Damien Julien is the author of this demo)
This commit is contained in:
parent
ff4b4e5043
commit
23fed63c52
|
|
@ -1,3 +1,5 @@
|
|||
// THE AUTHOR OF THIS DEMO IS DAMIEN JULIEN
|
||||
|
||||
#include <qgl.h>
|
||||
#include <CGAL/IO/Qt_widget_OpenGL.h>
|
||||
#include <CGAL/IO/Qt_widget.h>
|
||||
|
|
@ -167,9 +169,9 @@ class MyWindow : public QMainWindow {
|
|||
this->rz = 0.f;
|
||||
|
||||
this->resize(w, h);
|
||||
wGL = new MyGLDrawer(this, "ProjetDamienJulien");
|
||||
wGL = new MyGLDrawer(this, "Demo Circle 3D");
|
||||
this->setCentralWidget(wGL);
|
||||
this->setCaption("ProjetDamienJulien");
|
||||
this->setCaption("Demo Circle 3D");
|
||||
//File Menu
|
||||
QPopupMenu* file = new QPopupMenu(this);
|
||||
file->insertItem("&Quit", qApp, SLOT(closeAllWindows()),'');
|
||||
|
|
|
|||
Loading…
Reference in New Issue