mirror of https://github.com/CGAL/cgal
20 lines
540 B
C
20 lines
540 B
C
// Copyright (c) 2003 INRIA Sophia-Antipolis (France) and
|
|
// Max-Planck-Institute Saarbruecken (Germany).
|
|
// All rights reserved.
|
|
//
|
|
// Authors : Radu Ursu
|
|
//
|
|
// Partially supported by the IST Programme of the EU as a Shared-cost
|
|
// RTD (FET Open) Project under Contract No IST-2000-26473
|
|
// (CGAL - Effective Computational Geometry for Curves and Surfaces)
|
|
|
|
#ifdef CGAL_USE_QT
|
|
|
|
#include "Qt_widget_get_segment.h"
|
|
|
|
//void Qt_widget_get_arc_helper::new_object_time(){};
|
|
|
|
#include "Qt_widget_get_segment.moc"
|
|
|
|
#endif
|