don't need that config function any more
remove an old FIXME too svn path=/trunk/KDE/kdebase/workspace/plasma/scriptengines/javascript/; revision=908506
This commit is contained in:
parent
6c903f678b
commit
c8dc2925f0
@ -46,11 +46,6 @@ AppletInterface::~AppletInterface()
|
||||
{
|
||||
}
|
||||
|
||||
KConfigGroup AppletInterface::config()
|
||||
{
|
||||
return applet()->config();
|
||||
}
|
||||
|
||||
Plasma::DataEngine* AppletInterface::dataEngine(const QString &name)
|
||||
{
|
||||
return applet()->dataEngine(name);
|
||||
|
@ -101,9 +101,6 @@ enum QtOrientation {
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
//FIXME kconfiggroup bindings
|
||||
Q_INVOKABLE KConfigGroup config();
|
||||
|
||||
Q_INVOKABLE FormFactor formFactor();
|
||||
|
||||
Q_INVOKABLE Location location();
|
||||
@ -147,7 +144,6 @@ enum QtOrientation {
|
||||
|
||||
Q_INVOKABLE void writeConfig(const QString &entry, const QVariant &value);
|
||||
|
||||
//FIXME bindings
|
||||
Plasma::DataEngine *dataEngine(const QString &name);
|
||||
|
||||
const Plasma::Package *package() const;
|
||||
|
Loading…
Reference in New Issue
Block a user