containment connection happens before
This commit is contained in:
parent
59ea65e859
commit
8ff1ace31c
@ -46,11 +46,6 @@ ContainmentInterface::ContainmentInterface(DeclarativeAppletScript *parent)
|
|||||||
setAcceptedMouseButtons(Qt::RightButton);
|
setAcceptedMouseButtons(Qt::RightButton);
|
||||||
|
|
||||||
qmlRegisterType<ContainmentInterface>();
|
qmlRegisterType<ContainmentInterface>();
|
||||||
}
|
|
||||||
|
|
||||||
void ContainmentInterface::init()
|
|
||||||
{
|
|
||||||
AppletInterface::init();
|
|
||||||
|
|
||||||
connect(containment(), &Plasma::Containment::appletRemoved,
|
connect(containment(), &Plasma::Containment::appletRemoved,
|
||||||
this, &ContainmentInterface::appletRemovedForward);
|
this, &ContainmentInterface::appletRemovedForward);
|
||||||
@ -69,6 +64,11 @@ void ContainmentInterface::init()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ContainmentInterface::init()
|
||||||
|
{
|
||||||
|
AppletInterface::init();
|
||||||
|
}
|
||||||
|
|
||||||
QList <QObject *> ContainmentInterface::applets()
|
QList <QObject *> ContainmentInterface::applets()
|
||||||
{
|
{
|
||||||
return m_appletInterfaces;
|
return m_appletInterfaces;
|
||||||
|
Loading…
Reference in New Issue
Block a user