~ubuntu-branches/debian/stretch/cgal/stretch

« back to all changes in this revision

Viewing changes to demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.cpp

  • Committer: Package Import Robot
  • Author(s): Joachim Reichel
  • Date: 2014-04-05 10:56:43 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140405105643-jgnrpu2thtx23zfs
Tags: 4.4-1
* New upstream release.
* Remove patches do-not-link-example-with-qt4-support-library.patch and
  fix_jet_fitting_3.patch (applied upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
}
77
77
 
78
78
void ArrangementDemoGraphicsView::drawForeground( QPainter* painter,
79
 
                                                  const QRectF& rect )
 
79
                                                  const QRectF& /* rect */)
80
80
{
81
81
  QRectF viewportRect = this->getViewportRect( );
82
82
  if ( this->showGrid )