改进代码
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
|
||||
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
|
||||
* Qwt Widget Library
|
||||
* Copyright (C) 1997 Josef Wilgen
|
||||
* Copyright (C) 2002 Uwe Rathmann
|
||||
@@ -10,10 +10,9 @@
|
||||
#include "qwt_compass_rose.h"
|
||||
#include "qwt_point_polar.h"
|
||||
#include "qwt_painter.h"
|
||||
#include "qpainter.h"
|
||||
#include "qpainterpath.h"
|
||||
#include <qpainter.h>
|
||||
|
||||
static QPointF qwtIntersection(
|
||||
static QPointF qwtIntersection(
|
||||
QPointF p11, QPointF p12, QPointF p21, QPointF p22 )
|
||||
{
|
||||
const QLineF line1( p11, p12 );
|
||||
@@ -213,7 +212,7 @@ void QwtSimpleCompassRose::setWidth( double width )
|
||||
d_data->width = 0.4;
|
||||
}
|
||||
|
||||
/*!
|
||||
/*!
|
||||
\return Width of the rose
|
||||
\sa setWidth()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user