make the destroy action work
This commit is contained in:
parent
4c92755e8b
commit
44b92bec42
@ -166,6 +166,13 @@ void AppletPrivate::init(const QString &packagePath)
|
||||
void AppletPrivate::cleanUpAndDelete()
|
||||
{
|
||||
// reimplemented in the UI specific library
|
||||
if (configLoader) {
|
||||
configLoader->setDefaults();
|
||||
}
|
||||
|
||||
resetConfigurationObject();
|
||||
|
||||
q->deleteLater();
|
||||
}
|
||||
|
||||
void AppletPrivate::showConfigurationRequiredMessage(bool show, const QString &reason)
|
||||
|
@ -310,6 +310,7 @@ void ContainmentInterface::addContainmentActions(KMenu &desktopMenu, QEvent *eve
|
||||
return;
|
||||
}
|
||||
|
||||
//STUB
|
||||
desktopMenu.addAction("Containment Menu Item 1");
|
||||
desktopMenu.addAction("Containment Menu Item 2");
|
||||
//TODO: reenable ContainmentActions plugins
|
||||
|
Loading…
Reference in New Issue
Block a user