mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
dc25d450e0
commit
5b90a0baf7
@ -450,3 +450,4 @@ implementaed:implemented
|
||||
containging:containing
|
||||
intersecton:intersection
|
||||
intersectons:intersections
|
||||
secific:specific
|
||||
|
@ -28,7 +28,7 @@
|
||||
* \brief An QgsTip represents a tip generated by the
|
||||
* QgsTipFactory factory class to serve up tips to the user.
|
||||
* Tips can be generic, in which case they make no mention of
|
||||
* gui dialogs etc, or gui-secific in which case they may allude
|
||||
* gui dialogs etc, or gui-specific in which case they may allude
|
||||
* to features of the graphical user interface.
|
||||
* @see also QgsTipOfTheDay, QgsTipFactory
|
||||
*/
|
||||
|
@ -27,14 +27,14 @@
|
||||
/** \ingroup app
|
||||
* \brief A factory class to serve up tips to the user.
|
||||
* Tips can be generic, in which case they make no mention of
|
||||
* gui dialogs etc, or gui-secific in which case they may allude
|
||||
* gui dialogs etc, or gui-specific in which case they may allude
|
||||
* to features of the graphical user interface.
|
||||
* @see also QgsTipOfTheDay, QgsTip
|
||||
*/
|
||||
|
||||
class QgsTipFactory : public QObject
|
||||
{
|
||||
Q_OBJECT //used for tr() so we dont need to do QObject::tr()
|
||||
Q_OBJECT //used for tr() so we don't need to do QObject::tr()
|
||||
public:
|
||||
/** Constructor */
|
||||
QgsTipFactory();
|
||||
|
@ -111,7 +111,7 @@ class CORE_EXPORT QgsClipper
|
||||
//Implementation of 'Fast clipping' algorithm (Sobkow et al. 1987, Computers & Graphics Vol.11, 4, p.459-467)
|
||||
static bool clipLineSegment( double xLeft, double xRight, double yBottom, double yTop, double& x0, double& y0, double& x1, double& y1 );
|
||||
|
||||
/**Connects two lines splitted by the clip (by inserting points on the clip border)
|
||||
/**Connects two lines split by the clip (by inserting points on the clip border)
|
||||
@param x0 x-coordinate of the first line end
|
||||
@param y0 y-coordinate of the first line end
|
||||
@param x1 x-coordinate of the second line start
|
||||
|
Loading…
x
Reference in New Issue
Block a user