From 0314b606151418b6b7f3308c18285279371664d5 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 22 Jul 2007 20:00:13 +0000 Subject: [PATCH] SVN_SILENT: --tabs svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691039 --- svg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svg.h b/svg.h index 212258b3a..7d0d8254a 100644 --- a/svg.h +++ b/svg.h @@ -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