remove Applet::font()
This commit is contained in:
parent
e0e61ca3f5
commit
ea7a349656
@ -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()) {
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user