SVN_SILENT: minor header cleanups
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=827474
This commit is contained in:
parent
c8dfb2f98c
commit
40dc671844
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2005 by Aaron Seigo <aseigo@kde.org>
|
||||
* Copyright 2008 by Andrew Lake <jamboarder@yahoo.com>
|
||||
@ -51,7 +50,7 @@ PLASMA_EXPORT QPixmap shadowText(QString text,
|
||||
QColor shadowColor = Plasma::Theme::defaultTheme()->color(Plasma::Theme::BackgroundColor),
|
||||
QPoint offset = QPoint(1,1),
|
||||
int radius = 2);
|
||||
|
||||
|
||||
} // ImageEffects namespace
|
||||
|
||||
} // Plasma namespace
|
||||
|
@ -160,10 +160,9 @@ public:
|
||||
void setPluginName(const QString& name);
|
||||
|
||||
/**
|
||||
* Set the implementation API string. This is used for
|
||||
* display purposes only so far.
|
||||
* Set the implementation API this package uses.
|
||||
*/
|
||||
void setImplementationApi(const QString& language);
|
||||
void setImplementationApi(const QString& api);
|
||||
|
||||
private:
|
||||
PackageMetadataPrivate * const d;
|
||||
|
Loading…
Reference in New Issue
Block a user