SVN_SILENT: --tabs

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691039
This commit is contained in:
Aaron J. Seigo 2007-07-22 20:00:13 +00:00
parent 09d1546b2c
commit 0314b60615

6
svg.h
View File

@ -93,7 +93,7 @@ class PLASMA_EXPORT Svg : public QObject
* drawn starting at this point.
*/
Q_INVOKABLE void paint(QPainter* painter, const QPointF& point,
const QString& elementID = QString());
const QString& elementID = QString());
/**
* Paints the SVG represented by this object
@ -102,7 +102,7 @@ class PLASMA_EXPORT Svg : public QObject
* @arg y the vertical coordinate to start painting from
*/
Q_INVOKABLE void paint(QPainter* painter, int x, int y,
const QString& elementID = QString());
const QString& elementID = QString());
/**
* Paints the SVG represented by this object
@ -112,7 +112,7 @@ class PLASMA_EXPORT Svg : public QObject
* drawn starting at this point.
*/
Q_INVOKABLE void paint(QPainter* painter, const QRectF& rect,
const QString& elementID = QString());
const QString& elementID = QString());
/**
* Resizes the rendered image. Rendering will actually take place on