remove include()
This commit is contained in:
parent
8c93e1f6cd
commit
279c622b27
@ -133,14 +133,6 @@ void DeclarativeAppletScript::executeAction(const QString &name)
|
||||
}
|
||||
}
|
||||
|
||||
bool DeclarativeAppletScript::include(const QString &path)
|
||||
{
|
||||
/*TODO: probably include() doesn't make any sense anymore
|
||||
return m_env->include(path);
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
QList<QAction*> DeclarativeAppletScript::contextualActions()
|
||||
{
|
||||
if (!m_interface) {
|
||||
|
@ -45,10 +45,6 @@ public:
|
||||
|
||||
void constraintsEvent(Plasma::Types::Constraints constraints);
|
||||
|
||||
bool include(const QString &path);
|
||||
|
||||
|
||||
|
||||
public Q_SLOTS:
|
||||
void executeAction(const QString &name);
|
||||
void activate();
|
||||
|
Loading…
Reference in New Issue
Block a user