mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: delete the lockout applet dialog scene and widget
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3b34f15633
commit
1e7586daf2
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ LockoutDialog::LockoutDialog(const QString &icon, const QString &title,
|
|||
|
||||
LockoutDialog::~LockoutDialog()
|
||||
{
|
||||
m_scene->removeItem(m_widget);
|
||||
delete m_scene;
|
||||
delete m_widget;
|
||||
}
|
||||
|
||||
bool LockoutDialog::exec()
|
||||
|
|
Loading…
Add table
Reference in a new issue