export the applet we're configuring
This commit is contained in:
parent
86c1f46eaa
commit
e558e44658
@ -255,6 +255,11 @@ void ConfigView::init()
|
|||||||
setSource(QUrl::fromLocalFile(d->corona->package().filePath("appletconfigurationui")));
|
setSource(QUrl::fromLocalFile(d->corona->package().filePath("appletconfigurationui")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Plasma::Applet *ConfigView::applet()
|
||||||
|
{
|
||||||
|
return d->applet.data();
|
||||||
|
}
|
||||||
|
|
||||||
ConfigModel *ConfigView::configModel() const
|
ConfigModel *ConfigView::configModel() const
|
||||||
{
|
{
|
||||||
return d->configModel;
|
return d->configModel;
|
||||||
|
@ -63,6 +63,8 @@ public:
|
|||||||
|
|
||||||
virtual void init();
|
virtual void init();
|
||||||
|
|
||||||
|
Plasma::Applet *applet();
|
||||||
|
|
||||||
QString appletGlobalShortcut() const;
|
QString appletGlobalShortcut() const;
|
||||||
void setAppletGlobalShortcut(const QString &shortcut);
|
void setAppletGlobalShortcut(const QString &shortcut);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user