remove popupEvent
This commit is contained in:
parent
735bc7cf63
commit
de5116ef01
@ -255,18 +255,6 @@ void DeclarativeAppletScript::constraintsEvent(Plasma::Constraints constraints)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeclarativeAppletScript::popupEvent(bool popped)
|
|
||||||
{
|
|
||||||
if (!m_env) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
QScriptValueList args;
|
|
||||||
args << popped;
|
|
||||||
|
|
||||||
m_env->callEventListeners("popupEvent", args);
|
|
||||||
}
|
|
||||||
|
|
||||||
void DeclarativeAppletScript::activate()
|
void DeclarativeAppletScript::activate()
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -57,8 +57,6 @@ public:
|
|||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void executeAction(const QString &name);
|
void executeAction(const QString &name);
|
||||||
//void signalHandlerException(const QObject &exception);
|
|
||||||
void popupEvent(bool popped);
|
|
||||||
void activate();
|
void activate();
|
||||||
void configChanged();
|
void configChanged();
|
||||||
void qmlCreationFinished();
|
void qmlCreationFinished();
|
||||||
|
Loading…
Reference in New Issue
Block a user