Small changes which were niggling at me :)
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666833
This commit is contained in:
parent
5f1db42cca
commit
cb00c95058
@ -59,7 +59,7 @@ class PLASMA_EXPORT DataEngine : public QObject
|
|||||||
void removeDataSource(const QString& source);
|
void removeDataSource(const QString& source);
|
||||||
void clearAllDataSources();
|
void clearAllDataSources();
|
||||||
|
|
||||||
protected slots:
|
protected Q_SLOTS:
|
||||||
void checkForUpdates();
|
void checkForUpdates();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
1
svg.h
1
svg.h
@ -111,7 +111,6 @@ class PLASMA_EXPORT Svg : public QObject
|
|||||||
/**
|
/**
|
||||||
* Resizes the rendered image to the natural size of the SVG.
|
* Resizes the rendered image to the natural size of the SVG.
|
||||||
* Rendering will actually take place on the next call to paint.
|
* Rendering will actually take place on the next call to paint.
|
||||||
* @arg size the new size of the image
|
|
||||||
**/
|
**/
|
||||||
void resize();
|
void resize();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user