remove configChanged()
This commit is contained in:
parent
484b7d9b55
commit
f69f40c909
@ -99,17 +99,6 @@ QString DeclarativeAppletScript::filePath(const QString &type, const QString &fi
|
||||
return package().filePath(type.toLocal8Bit().constData(), file);
|
||||
}
|
||||
|
||||
void DeclarativeAppletScript::configChanged()
|
||||
{
|
||||
/*TODO: invent something that can replace event listeners
|
||||
if (!m_env) {
|
||||
return;
|
||||
}
|
||||
|
||||
m_env->callEventListeners("configchanged");
|
||||
*/
|
||||
}
|
||||
|
||||
QObject *DeclarativeAppletScript::loadui(const QString &filename)
|
||||
{
|
||||
QFile f(filename);
|
||||
|
@ -54,7 +54,6 @@ public:
|
||||
public Q_SLOTS:
|
||||
void executeAction(const QString &name);
|
||||
void activate();
|
||||
void configChanged();
|
||||
|
||||
protected:
|
||||
bool init();
|
||||
|
Loading…
Reference in New Issue
Block a user