remove Applet::font()

This commit is contained in:
Marco Martin 2013-02-12 12:59:41 +01:00
parent e0e61ca3f5
commit ea7a349656
2 changed files with 0 additions and 10 deletions

View File

@ -409,11 +409,6 @@ void Applet::setTitle(const QString &title) const
d->customTitle = title;
}
QFont Applet::font() const
{
return QApplication::font();
}
QString Applet::icon() const
{
if (!d->appletDescription.isValid()) {

View File

@ -447,11 +447,6 @@ class PLASMA_EXPORT Applet : public QObject
bool hasValidAssociatedApplication() const;
//Completely UI-specific, remove or move to scriptengine
/**
* @return the font currently set for this widget
**/
QFont font() const;
/**
* @return true if the applet is busy and is showing an indicator widget for that
*/