mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: remove redundant dict applet method override
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f009ea6baf
commit
1fa0f6e27e
2 changed files with 0 additions and 6 deletions
|
@ -202,10 +202,6 @@ DictApplet::DictApplet(QObject *parent, const QVariantList &args)
|
|||
m_dictwidget = new DictAppletWidget(this);
|
||||
}
|
||||
|
||||
void DictApplet::init()
|
||||
{
|
||||
}
|
||||
|
||||
QGraphicsWidget *DictApplet::graphicsWidget()
|
||||
{
|
||||
return m_dictwidget;
|
||||
|
|
|
@ -30,8 +30,6 @@ class DictApplet : public Plasma::PopupApplet
|
|||
public:
|
||||
DictApplet(QObject *parent, const QVariantList &args);
|
||||
|
||||
// Plasma::Applet reimplementation
|
||||
void init() final;
|
||||
// Plasma::PopupApplet reimplementation
|
||||
QGraphicsWidget* graphicsWidget() final;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue