mirror of https://github.com/CGAL/cgal
22 lines
579 B
C++
22 lines
579 B
C++
// Copyright (c) 2008 GeometryFactory Sarl (France).
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org).
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Andreas Fabri <Andreas.Fabri@geometryfactory.com>
|
|
// Laurent Rineau <Laurent.Rineau@geometryfactory.com>
|
|
|
|
#ifndef CGAL_HEADER_ONLY
|
|
|
|
#include <CGAL/disable_warnings.h>
|
|
#include <CGAL/Qt/GraphicsViewNavigation.h>
|
|
#include <CGAL/Qt/GraphicsViewNavigation_impl.h>
|
|
#include <CGAL/enable_warnings.h>
|
|
|
|
#endif // CGAL_HEADER_ONLY
|